Home
last modified time | relevance | path

Searched refs:CreationContext (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc58 V8Debugger::contextId(object->CreationContext())); in GetName()
245 *result = m_session->wrapObject(heapObject->CreationContext(), heapObject, in getObjectByHeapObjectId()
Dv8-value-copier.cc26 if (object->CreationContext() != m_from) return value; in copy()
/external/v8/include/
Dv8.h3260 Local<Context> CreationContext();
3263 V8_INLINE static Local<Context> CreationContext( in CreationContext() function
3265 return object.val_->CreationContext(); in CreationContext()
/external/v8/src/
Dd8.cc796 ->CreationContext()); in RealmOwner()
Dapi.cc4836 Local<v8::Context> v8::Object::CreationContext() { in CreationContext() function in v8::v8::Object