Searched refs:specifierString (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_dynamic_import.cpp | 27 …gedValue DynamicImport::ExecuteNativeModule(JSThread *thread, JSHandle<EcmaString> specifierString, in ExecuteNativeModule() argument 32 if (moduleManager->IsImportedModuleLoaded(specifierString.GetTaggedValue())) { in ExecuteNativeModule() 33 ModuleDeregister::ReviseLoadedModuleCount(thread, specifierString.GetTaggedValue()); in ExecuteNativeModule() 35 moduleManager->HostGetImportedModule(specifierString.GetTaggedValue()); in ExecuteNativeModule() 38 CString requestPath = ConvertToString(specifierString.GetTaggedValue()); in ExecuteNativeModule() 43 …!SourceTextModule::LoadNativeModule(thread, nativeModule, JSHandle<JSTaggedValue>(specifierString), in ExecuteNativeModule()
|
| D | js_dynamic_import.h | 26 static JSTaggedValue ExecuteNativeModule(JSThread *thread, JSHandle<EcmaString> specifierString,
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 148 JSHandle<EcmaString> specifierString = JSTaggedValue::ToString(thread, specifier); in DynamicImportJob() local 155 CString requestPath = ConvertToString(specifierString.GetTaggedValue()); in DynamicImportJob() 162 … return DynamicImport::ExecuteNativeModule(thread, specifierString, moduleType, resolve, reject); in DynamicImportJob() 167 specifierString.GetTaggedValue()).GetTaggedValue()); in DynamicImportJob()
|