vm.isContext(object): boolean
Attributes
Returns true if the given object object has been contextified using
vm.createContext(), or if it's the global object of a context created
using vm.constants.DONT_CONTEXTIFY.
vm.isContext(object): boolean
Returns true if the given object object has been contextified using
vm.createContext(), or if it's the global object of a context created
using vm.constants.DONT_CONTEXTIFY.