Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h73 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule,
75 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule,
Djs_module_namespace.cpp104 GetNativeModuleValue(thread, resolvedBind); in GetProperty()
116 GetNativeModuleValue(thread, resolvedBind); in GetProperty()
Djs_module_source_text.h216 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedBinding> &binding);
217 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedIndexBinding> &binding);
Djs_module_manager.cpp129 return GetNativeModuleValue(thread, currentModule, resolvedModule, binding); in GetModuleValueOutterInternal()
141 return GetNativeModuleValue(thread, currentModule, resolvedModule, binding); in GetModuleValueOutterInternal()
151 JSTaggedValue ModuleManager::GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetNativeModuleValue() function in panda::ecmascript::ModuleManager
176 JSTaggedValue ModuleManager::GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetNativeModuleValue() function in panda::ecmascript::ModuleManager
Djs_module_source_text.cpp1355 JSTaggedValue SourceTextModule::GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedBinding> &b… in GetNativeModuleValue() function in panda::ecmascript::SourceTextModule
1360 return moduleManager->GetNativeModuleValue(thread, JSTaggedValue::Undefined(), in GetNativeModuleValue()
1364 JSTaggedValue SourceTextModule::GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedIndexBindin… in GetNativeModuleValue() function in panda::ecmascript::SourceTextModule
1369 return moduleManager->GetNativeModuleValue(thread, JSTaggedValue::Undefined(), in GetNativeModuleValue()