Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp157 … JSHandle<JSTaggedValue> nativeModuleName(thread, SourceTextModule::GetModuleName(resolvedModule)); in GetNativeModuleValue() local
162 ConvertToString(nativeModuleName.GetTaggedValue()) + " failed"; in GetNativeModuleValue()
182 … JSHandle<JSTaggedValue> nativeModuleName(thread, SourceTextModule::GetModuleName(resolvedModule)); in GetNativeModuleValue() local
187 ConvertToString(nativeModuleName.GetTaggedValue()) + " failed"; in GetNativeModuleValue()
Djs_module_source_text.cpp408 JSHandle<JSTaggedValue> nativeModuleName(thread, requiredModule->GetEcmaModuleRecordName()); in InstantiateNativeModule() local
410 InitializeEnvironment(thread, currentModule, nativeModuleName, nativeExports, false); in InstantiateNativeModule()