Searched refs:RuntimeLess (Results 1 – 4 of 4) sorted by relevance
546 static inline JSTaggedValue RuntimeLess(JSThread *thread, const JSHandle<JSTaggedValue> &left,
1443 return RuntimeLess(thread, left, right).GetRawData(); in DEF_RUNTIME_STUBS()
1439 JSTaggedValue RuntimeStubs::RuntimeLess(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeLess() function
224 return RuntimeStubs::RuntimeLess(thread, leftValue, rightValue); in Less()