Searched refs:incumbent_context (Results 1 – 3 of 3) sorted by relevance
114 Handle<Context> context, Handle<Context> incumbent_context,
862 Handle<Context> incumbent_context = isolate->GetIncumbentContext(); in CreateAsyncCompileJob() local865 incumbent_context, api_method_name, std::move(resolver)); in CreateAsyncCompileJob()
1688 Handle<Context> incumbent_context, const char* api_method_name, in AsyncCompileJob() argument1707 incumbent_context_ = isolate->global_handles()->Create(*incumbent_context); in AsyncCompileJob()