Searched refs:FetchModuleTree (Results 1 – 2 of 2) sorted by relevance
460 static MaybeLocal<Module> FetchModuleTree(v8::Local<v8::Context> context,
632 MaybeLocal<Module> Shell::FetchModuleTree(Local<Context> context, in FetchModuleTree() function in v8::Shell667 if (FetchModuleTree(context, absolute_path).IsEmpty()) { in FetchModuleTree()686 if (!FetchModuleTree(realm, absolute_path).ToLocal(&root_module)) { in ExecuteModule()