Searched refs:specifierString (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_dynamic_import.cpp | 28 …ue DynamicImport::ExecuteNativeOrJsonModule(JSThread *thread, JSHandle<EcmaString> specifierString, in ExecuteNativeOrJsonModule() argument 36 if (moduleManager->IsImportedModuleLoaded(specifierString.GetTaggedValue())) { in ExecuteNativeOrJsonModule() 37 ModuleDeregister::ReviseLoadedModuleCount(thread, specifierString.GetTaggedValue()); in ExecuteNativeOrJsonModule() 39 moduleManager->HostGetImportedModule(specifierString.GetTaggedValue()); in ExecuteNativeOrJsonModule() 42 CString requestPath = ConvertToString(specifierString.GetTaggedValue()); in ExecuteNativeOrJsonModule()
|
| D | js_dynamic_import.h | 26 …tic JSTaggedValue ExecuteNativeOrJsonModule(JSThread *thread, JSHandle<EcmaString> specifierString,
|
| D | module_path_helper.h | 128 JSHandle<EcmaString> &specifierString);
|
| D | module_path_helper.cpp | 506 … const JSPandaFile *jsPandaFile, JSHandle<EcmaString> &specifierString) in TranstaleExpressionInput() argument 523 specifierString = thread->GetEcmaVM()->GetFactory()->NewFromUtf8(requestPath); in TranstaleExpressionInput()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 150 JSHandle<EcmaString> specifierString = JSTaggedValue::ToString(thread, specifier); in DynamicImportJob() local 157 CString requestPath = ConvertToString(specifierString.GetTaggedValue()); in DynamicImportJob() 170 …lePathHelper::TranstaleExpressionInput(thread, requestPath, curJsPandaFile.get(), specifierString); in DynamicImportJob() 177 …return DynamicImport::ExecuteNativeOrJsonModule(thread, specifierString, moduleType, resolve, reje… in DynamicImportJob() 182 specifierString.GetTaggedValue()).GetTaggedValue()); in DynamicImportJob()
|