vm.isContext(object)


如果给定的 object 对象已经是 contextified 使用 vm.createContext(),则返回 true

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