Home
last modified time | relevance | path

Searched refs:requestPath (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.cpp38 CString requestPath = ConvertToString(specifierString.GetTaggedValue()); in ExecuteNativeModule() local
39 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()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp155 CString requestPath = ConvertToString(specifierString.GetTaggedValue()); in DynamicImportJob() local
156 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()