Searched refs:RuntimeOptConstruct (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2058 auto tagged = RuntimeOptConstruct(thread, func, newTarget, preArgs, args); in RuntimeNewObjRange() 2593 JSTaggedValue RuntimeStubs::RuntimeOptConstruct(JSThread *thread, JSHandle<JSTaggedValue> ctor, in RuntimeOptConstruct() function 2641 return RuntimeOptConstruct(thread, target, newTgt, preArgs, args); in RuntimeOptConstructProxy() 2700 return RuntimeOptConstruct(thread, target, newTargetMutable, newPreArgs, args); in RuntimeOptConstructBoundFunction() 2812 JSTaggedValue object = RuntimeOptConstruct(thread, ctor, ctor, undefined, args); in RuntimeOptNewObjRange()
|
| D | runtime_stubs.h | 760 static inline JSTaggedValue RuntimeOptConstruct(JSThread *thread, JSHandle<JSTaggedValue> ctor,
|