Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp223 static ALWAYS_INLINE inline uint64_t JSRuntimeCallJSQNameBase(Method *method, uint8_t *args, uint8_… in JSRuntimeCallJSQNameBase() function
249 return JSRuntimeCallJSQNameBase<false>(method, args, inStackArgs); // IS_NEWCALL is false in JSRuntimeCallJSQName()
255 return JSRuntimeCallJSQNameBase<true>(method, args, inStackArgs); // IS_NEWCALL is true in JSRuntimeNewCallJSQName()