Lines Matching defs:left
36 static inline JSTaggedValue AddWithTSType(JSThread *thread, JSTaggedValue left, in AddWithTSType()
100 static inline JSTaggedValue SubWithTSType(JSThread *thread, JSTaggedValue left, in SubWithTSType()
132 static inline JSTaggedValue MulWithTSType(JSThread *thread, JSTaggedValue left, in MulWithTSType()
166 static inline JSTaggedValue DivWithTSType(JSThread *thread, JSTaggedValue left, in DivWithTSType()
200 static inline JSTaggedValue ModWithTSType(JSThread *thread, JSTaggedValue left, in ModWithTSType()
246 static inline void GetBitOPDate(JSThread *thread, JSTaggedValue left, JSTaggedValue right, in GetBitOPDate()
282 static inline JSTaggedValue ShlWithTSType(JSThread *thread, JSTaggedValue left, in ShlWithTSType()
298 static inline JSTaggedValue ShrWithTSType(JSThread *thread, JSTaggedValue left, in ShrWithTSType()
312 static inline JSTaggedValue AshrWithTSType(JSThread *thread, JSTaggedValue left, in AshrWithTSType()
328 static inline JSTaggedValue AndWithTSType(JSThread *thread, JSTaggedValue left, in AndWithTSType()
341 static inline JSTaggedValue OrWithTSType(JSThread *thread, JSTaggedValue left, in OrWithTSType()
354 static inline JSTaggedValue XorWithTSType(JSThread *thread, JSTaggedValue left, in XorWithTSType()