Searched refs:GetEmbedderData (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/inspector/
H A Dv8-debugger.cc93 context->GetEmbedderData(static_cast<int>(v8::Context::kDebugIdIndex));
108 context->GetEmbedderData(static_cast<int>(v8::Context::kDebugIdIndex));
/external/v8/include/
H A Dv8.h893 // Object::GetInternalField and Context::GetEmbedderData use CreateHandle with
7993 V8_INLINE Local<Value> GetEmbedderData(int index);
8423 V8_INLINE static void* GetEmbedderData(const v8::Isolate* isolate, function in class:v8::internal::Internals
9504 return I::GetEmbedderData(this, slot);
9557 Local<Value> Context::GetEmbedderData(int index) { function in class:v8::Context
/external/v8/src/
H A Dapi.cc1054 const char* location = "v8::Context::GetEmbedderData()";
1069 *Utils::OpenHandle(*GetEmbedderData(index)));

Completed in 80 milliseconds