Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h242 static inline JSTaggedValue RuntimeNeg(JSThread *thread, const JSHandle<JSTaggedValue> &value);
H A Druntime_stubs-inl.h815 JSTaggedValue RuntimeStubs::RuntimeNeg(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeNeg() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp1413 return RuntimeNeg(thread, value).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp40 return RuntimeStubs::RuntimeNeg(thread, inputTag); in Neg()

Completed in 18 milliseconds