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