Searched refs:RuntimeSuperCallSpread (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.h | 188 static inline JSTaggedValue RuntimeSuperCallSpread(JSThread *thread, const JSHandle<JSTaggedValue> &func,
|
H A D | runtime_stubs-inl.h | 249 JSTaggedValue RuntimeStubs::RuntimeSuperCallSpread(JSThread *thread, const JSHandle<JSTaggedValue> &func, in RuntimeSuperCallSpread() function in panda::ecmascript::RuntimeStubs
|
H A D | runtime_stubs.cpp | 1079 return RuntimeSuperCallSpread(thread, func, JSHandle<JSTaggedValue>(thread, function), array).GetRawData(); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.cpp | 1004 return RuntimeStubs::RuntimeSuperCallSpread(thread, funcHandle, newTargetHandle, jsArray); in SuperCallSpread()
|
Completed in 20 milliseconds