Home
last modified time | relevance | path

Searched refs:NewModuleContext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dfactory.h233 Handle<Context> NewModuleContext(Handle<ScopeInfo> scope_info);
Dfactory.cc711 Handle<Context> Factory::NewModuleContext(Handle<ScopeInfo> scope_info) { in NewModuleContext() function in v8::internal::Factory
Druntime.cc9179 Handle<Context> context = factory->NewModuleContext(scope_info); in RUNTIME_FUNCTION()