Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h99 JSTaggedValue GetCJSModuleValue(JSThread *thread, JSTaggedValue currentModule,
Djs_module_manager.cpp128 return GetCJSModuleValue(thread, currentModule, resolvedModule, binding); in GetModuleValueOutterInternal()
160 JSTaggedValue ModuleManager::GetCJSModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetCJSModuleValue() function in panda::ecmascript::ModuleManager