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