Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.h299 Handle<Context> NewModuleContext(Handle<Module> module,
Dfactory.cc949 Handle<Context> Factory::NewModuleContext(Handle<Module> module, in NewModuleContext() function in v8::internal::Factory
/external/v8/src/runtime/
Druntime-scopes.cc774 isolate->factory()->NewModuleContext(module, function, scope_info); in RUNTIME_FUNCTION()