Home
last modified time | relevance | path

Searched refs:RuntimeNewObjApply (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h200 static inline JSTaggedValue RuntimeNewObjApply(JSThread *thread, const JSHandle<JSTaggedValue> &func,
H A Druntime_stubs-inl.h334 JSTaggedValue RuntimeStubs::RuntimeNewObjApply(JSThread *thread, const JSHandle<JSTaggedValue> &func, in RuntimeNewObjApply() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp1138 return RuntimeNewObjApply(thread, func, array).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp478 return RuntimeStubs::RuntimeNewObjApply(thread, funcHandle, jsArray); in NewObjApply()

Completed in 18 milliseconds