Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.h127 Handle<Context> context, Handle<Context> incumbent_context,
Dwasm-engine.cc920 Handle<Context> incumbent_context = isolate->GetIncumbentContext(); in CreateAsyncCompileJob() local
923 incumbent_context, api_method_name, std::move(resolver), compilation_id); in CreateAsyncCompileJob()
Dmodule-compiler.cc2004 Handle<Context> incumbent_context, const char* api_method_name, in AsyncCompileJob() argument
2027 incumbent_context_ = isolate->global_handles()->Create(*incumbent_context); in AsyncCompileJob()