Searched refs:requestPath (Results 1 – 2 of 2) sorted by relevance
38 CString requestPath = ConvertToString(specifierString.GetTaggedValue()); in ExecuteNativeModule() local39 CString entryPoint = PathHelper::GetStrippedModuleName(requestPath); in ExecuteNativeModule()40 …JSHandle<JSTaggedValue> nativeModuleHld = moduleManager->ResolveNativeModule(requestPath, moduleTy… in ExecuteNativeModule()45 LOG_FULL(ERROR) << " dynamically loading native module" << requestPath << " failed"; in ExecuteNativeModule()52 thread->GetEcmaVM()->PushToDeregisterModuleList(requestPath); in ExecuteNativeModule()
155 CString requestPath = ConvertToString(specifierString.GetTaggedValue()); in DynamicImportJob() local156 LOG_ECMA(DEBUG) << "Start importing dynamic module : " << requestPath; in DynamicImportJob()159 auto [isNative, moduleType] = SourceTextModule::CheckNativeModule(requestPath); in DynamicImportJob()179 fileNameStr, recordNameStr, requestPath); in DynamicImportJob()