Home
last modified time | relevance | path

Searched refs:specifierString (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.cpp28 …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()
Djs_dynamic_import.h26 …tic JSTaggedValue ExecuteNativeOrJsonModule(JSThread *thread, JSHandle<EcmaString> specifierString,
Dmodule_path_helper.h128 JSHandle<EcmaString> &specifierString);
Dmodule_path_helper.cpp506 … const JSPandaFile *jsPandaFile, JSHandle<EcmaString> &specifierString) in TranstaleExpressionInput() argument
523 specifierString = thread->GetEcmaVM()->GetFactory()->NewFromUtf8(requestPath); in TranstaleExpressionInput()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp150 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()