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

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

Completed in 209 milliseconds