Searched refs:NewModuleContext (Results 1 – 3 of 3) sorted by relevance
233 Handle<Context> NewModuleContext(Handle<ScopeInfo> scope_info);
711 Handle<Context> Factory::NewModuleContext(Handle<ScopeInfo> scope_info) { in NewModuleContext() function in v8::internal::Factory
9179 Handle<Context> context = factory->NewModuleContext(scope_info); in RUNTIME_FUNCTION()