Searched refs:GetNativeModuleValue (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.h | 73 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule, 75 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule,
|
| D | js_module_namespace.cpp | 104 GetNativeModuleValue(thread, resolvedBind); in GetProperty() 116 GetNativeModuleValue(thread, resolvedBind); in GetProperty()
|
| D | js_module_source_text.h | 216 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedBinding> &binding); 217 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedIndexBinding> &binding);
|
| D | js_module_manager.cpp | 129 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
|
| D | js_module_source_text.cpp | 1355 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()
|