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