Home
last modified time | relevance | path

Searched refs:GetCallingGlobalContext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Disolate.h748 Handle<Context> GetCallingGlobalContext();
Disolate.cc1314 Handle<Context> Isolate::GetCallingGlobalContext() { in GetCallingGlobalContext() function in v8::internal::Isolate
Dapi.cc4428 isolate->GetCallingGlobalContext(); in GetCalling()