Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h318 V(GetModuleNamespaceByIndexOnJSFunc) \
Druntime_stubs.cpp1818 DEF_RUNTIME_STUBS(GetModuleNamespaceByIndexOnJSFunc) in DEF_RUNTIME_STUBS() argument
1820 RUNTIME_STUBS_HEADER(GetModuleNamespaceByIndexOnJSFunc); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1734 …GateRef result = LowerCallRuntime(gate, RTSTUB_ID(GetModuleNamespaceByIndexOnJSFunc), {index, jsFu… in LowerGetModuleNamespace()