Lines Matching defs:left
36 static inline JSTaggedValue AddWithTSType(JSThread *thread, JSTaggedValue left, in AddWithTSType()
106 static inline JSTaggedValue SubWithTSType(JSThread *thread, JSTaggedValue left, in SubWithTSType()
139 static inline JSTaggedValue MulWithTSType(JSThread *thread, JSTaggedValue left, in MulWithTSType()
174 static inline JSTaggedValue DivWithTSType(JSThread *thread, JSTaggedValue left, in DivWithTSType()
210 static inline JSTaggedValue ModWithTSType(JSThread *thread, JSTaggedValue left, in ModWithTSType()
257 static inline void GetBitOPDate(JSThread *thread, JSTaggedValue left, JSTaggedValue right, in GetBitOPDate()
294 static inline JSTaggedValue ShlWithTSType(JSThread *thread, JSTaggedValue left, in ShlWithTSType()
310 static inline JSTaggedValue ShrWithTSType(JSThread *thread, JSTaggedValue left, in ShrWithTSType()
324 static inline JSTaggedValue AshrWithTSType(JSThread *thread, JSTaggedValue left, in AshrWithTSType()
340 static inline JSTaggedValue AndWithTSType(JSThread *thread, JSTaggedValue left, in AndWithTSType()
353 static inline JSTaggedValue OrWithTSType(JSThread *thread, JSTaggedValue left, in OrWithTSType()
366 static inline JSTaggedValue XorWithTSType(JSThread *thread, JSTaggedValue left, in XorWithTSType()