Searched refs:CreationContext (Results 1 – 5 of 5) sorted by relevance
58 V8Debugger::contextId(object->CreationContext())); in GetName()245 *result = m_session->wrapObject(heapObject->CreationContext(), heapObject, in getObjectByHeapObjectId()
26 if (object->CreationContext() != m_from) return value; in copy()
3260 Local<Context> CreationContext();3263 V8_INLINE static Local<Context> CreationContext( in CreationContext() function3265 return object.val_->CreationContext(); in CreationContext()
796 ->CreationContext()); in RealmOwner()
4836 Local<v8::Context> v8::Object::CreationContext() { in CreationContext() function in v8::v8::Object