Home
last modified time | relevance | path

Searched refs:GetNativeOrCjsModuleValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_manager_helper.h31 static JSTaggedValue GetNativeOrCjsModuleValue(JSThread *thread,
Dmodule_manager_helper.cpp27 return GetNativeOrCjsModuleValue(thread, module.GetTaggedValue(), index); in GetModuleValue()
32 JSTaggedValue ModuleManagerHelper::GetNativeOrCjsModuleValue(JSThread *thread, in GetNativeOrCjsModuleValue() function in panda::ecmascript::ModuleManagerHelper
Djs_module_namespace.cpp150 result = ModuleManagerHelper::GetNativeOrCjsModuleValue( in GetProperty()