Searched refs:JSRuntimeCallJSBase (Results 1 – 1 of 1) sorted by relevance
269 static ALWAYS_INLINE inline uint64_t JSRuntimeCallJSBase(Method *method, uint8_t *args, uint8_t *in… in JSRuntimeCallJSBase() function308 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()