Lines Matching defs:requestPath
23 JSHandle<JSTaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithModuleInfo(EcmaVM *vm, CString &requestPath,
31 curJsPandaFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, requestPath);
34 "' failed, module name '" + requestPath + "'" + ", from napi load module";
39 requestPath);
40 } else if (ModulePathHelper::NeedTranstale(requestPath)) {
41 ModulePathHelper::TranstaleExpressionInput(curJsPandaFile.get(), requestPath);
44 JSHandle<JSTaggedValue> nameSp = LoadModuleNameSpaceWithPath(thread, abcFilePath, requestPath, modulePath,
50 CString &requestPath, CString &modulePath, const JSPandaFile *pandaFile)
52 auto [isNative, moduleType] = SourceTextModule::CheckNativeModule(requestPath);
55 JSHandle<JSTaggedValue> moduleHandle = moduleManager->LoadNativeModule(thread, requestPath);
59 abcFilePath, modulePath, requestPath);
66 "' failed, module name '" + requestPath + "'" + ", from napi load module";