Home
last modified time | relevance | path

Searched refs:FetchModuleTree (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/d8/
Dd8.h611 static MaybeLocal<Module> FetchModuleTree(v8::Local<v8::Module> origin_module,
Dd8.cc838 MaybeLocal<Module> Shell::FetchModuleTree(Local<Module> referrer, in FetchModuleTree() function in v8::Shell
889 if (FetchModuleTree(module, context, absolute_path).IsEmpty()) { in FetchModuleTree()
1034 } else if (!FetchModuleTree(Local<Module>(), realm, absolute_path) in DoHostImportModuleDynamically()
1102 if (!FetchModuleTree(Local<Module>(), realm, absolute_path) in ExecuteModule()