Home
last modified time | relevance | path

Searched refs:UpdateBindingAndGetModuleValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_tools.cpp87 return ModuleManagerHelper::UpdateBindingAndGetModuleValue( in ProcessModuleLoadInfo()
92 return ModuleManagerHelper::UpdateBindingAndGetModuleValue( in ProcessModuleLoadInfo()
Dmodule_manager_helper.h60 …static JSTaggedValue UpdateBindingAndGetModuleValue(JSThread *thread, JSHandle<SourceTextModule> m…
Djs_module_manager.cpp142 return ModuleManagerHelper::UpdateBindingAndGetModuleValue( in GetModuleValueOutterInternal()
146 return ModuleManagerHelper::UpdateBindingAndGetModuleValue( in GetModuleValueOutterInternal()
215 return ModuleManagerHelper::UpdateBindingAndGetModuleValue( in GetLazyModuleValueOutterInternal()
223 return ModuleManagerHelper::UpdateBindingAndGetModuleValue( in GetLazyModuleValueOutterInternal()
Dmodule_manager_helper.cpp201 JSTaggedValue ModuleManagerHelper::UpdateBindingAndGetModuleValue(JSThread *thread, JSHandle<Source… in UpdateBindingAndGetModuleValue() function in panda::ecmascript::ModuleManagerHelper