In this question it is recommended in order get all native objects to use the global object. However the answer is incomplete as there are other native objects which are not accessible through the global object.
I know of at least one-- Arguments
which has no reference from the global object. What other constructors are not accessible through the global object?
This question is not limited to browsers, but could include Node as well.