Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h546 static inline JSTaggedValue RuntimeLess(JSThread *thread, const JSHandle<JSTaggedValue> &left,
Druntime_stubs.cpp1443 return RuntimeLess(thread, left, right).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1439 JSTaggedValue RuntimeStubs::RuntimeLess(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeLess() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp224 return RuntimeStubs::RuntimeLess(thread, leftValue, rightValue); in Less()