Searched refs:incumbent_context (Results 1 – 3 of 3) sorted by relevance
127 Handle<Context> context, Handle<Context> incumbent_context,
920 Handle<Context> incumbent_context = isolate->GetIncumbentContext(); in CreateAsyncCompileJob() local923 incumbent_context, api_method_name, std::move(resolver), compilation_id); in CreateAsyncCompileJob()
2004 Handle<Context> incumbent_context, const char* api_method_name, in AsyncCompileJob() argument2027 incumbent_context_ = isolate->global_handles()->Create(*incumbent_context); in AsyncCompileJob()