Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp269 static ALWAYS_INLINE inline uint64_t JSRuntimeCallJSBase(Method *method, uint8_t *args, uint8_t *in… in JSRuntimeCallJSBase() function
308 return JSRuntimeCallJSBase<false>(method, args, inStackArgs); // IS_NEWCALL is false in JSRuntimeCallJS()
314 return JSRuntimeCallJSBase<true>(method, args, inStackArgs); // IS_NEWCALL is true in JSRuntimeNewCallJS()