Searched refs:FetchModuleTree (Results 1 – 2 of 2) sorted by relevance
611 static MaybeLocal<Module> FetchModuleTree(v8::Local<v8::Module> origin_module,
838 MaybeLocal<Module> Shell::FetchModuleTree(Local<Module> referrer, in FetchModuleTree() function in v8::Shell889 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()