Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h656 static inline JSTaggedValue RuntimeAdd2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
Druntime_stubs-inl.h1663 JSTaggedValue RuntimeStubs::RuntimeAdd2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeAdd2() function
Druntime_stubs.cpp1973 JSTaggedValue res = RuntimeAdd2(thread, left, right); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp154 return RuntimeStubs::RuntimeAdd2(thread, leftValue, rightValue); in Add2()