vm.isContext(object)


如果给定的 object 对象已经使用 vm.createContext() 进行了 情境化,则返回 true

【Returns true if the given object object has been contextified using vm.createContext().】