Home
last modified time | relevance | path

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

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