Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-isolate.h883 Local<Context> GetIncumbentContext();
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc920 Handle<Context> incumbent_context = isolate->GetIncumbentContext(); in CreateAsyncCompileJob()
/third_party/node/deps/v8/src/execution/
Disolate.h1051 Handle<Context> GetIncumbentContext();
Disolate.cc2873 Handle<Context> Isolate::GetIncumbentContext() { in ThrowInternal() function in v8::internal::Isolate
/third_party/node/deps/v8/src/api/
Dapi.cc8404 v8::Local<v8::Context> Isolate::GetIncumbentContext() { in GetIncumbentContext() function in v8::Isolate
8406 i::Handle<i::Context> context = isolate->GetIncumbentContext(); in GetIncumbentContext()