Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h190 V(GetModuleNamespaceByIndexOnJSFunc) \
Druntime_stubs.cpp1058 DEF_RUNTIME_STUBS(GetModuleNamespaceByIndexOnJSFunc) in DEF_RUNTIME_STUBS() argument
1060 RUNTIME_STUBS_HEADER(GetModuleNamespaceByIndexOnJSFunc); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2047 …GateRef result = LowerCallRuntime(RTSTUB_ID(GetModuleNamespaceByIndexOnJSFunc), {index, jsFunc}, t… in LowerGetModuleNamespace()