Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.h393 Handle<JSModule> NewJSModule(Handle<Context> context,
Dfactory.cc1512 Handle<JSModule> Factory::NewJSModule(Handle<Context> context, in NewJSModule() function in v8::internal::Factory
/external/v8/src/runtime/
Druntime-scopes.cc892 Handle<JSModule> module = factory->NewJSModule(context, scope_info); in RUNTIME_FUNCTION()