Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h460 static MaybeLocal<Module> FetchModuleTree(v8::Local<v8::Context> context,
Dd8.cc632 MaybeLocal<Module> Shell::FetchModuleTree(Local<Context> context, in FetchModuleTree() function in v8::Shell
667 if (FetchModuleTree(context, absolute_path).IsEmpty()) { in FetchModuleTree()
686 if (!FetchModuleTree(realm, absolute_path).ToLocal(&root_module)) { in ExecuteModule()