Lines Matching defs:requestPath
148 CString requestPath = ModulePathHelper::Utf8ConvertToString(specifierString.GetTaggedValue());
149 LOG_ECMA(DEBUG) << "Start importing dynamic module : " << requestPath;
152 CString traceInfo = "DynamicImportJob: " + requestPath;
163 // translate requestPath to OhmUrl
166 requestPath);
167 LOG_ECMA(DEBUG) << "Exit Translate Normalized OhmUrl for DynamicImport, resultPath: " << requestPath;
169 } else if (ModulePathHelper::NeedTranstale(requestPath)) {
170 ModulePathHelper::TranstaleExpressionInput(curJsPandaFile.get(), requestPath);
171 LOG_ECMA(DEBUG) << "Exit Translate OhmUrl for DynamicImport, resultPath: " << requestPath;
175 auto [isNative, moduleType] = SourceTextModule::CheckNativeModule(requestPath);
178 return DynamicImport::ExecuteNativeOrJsonModule(thread, requestPath, moduleType, resolve, reject);
183 fileName = ResolveFilenameFromNative(thread, fileName, requestPath);
189 fileName, recordNameStr, requestPath);