Lines Matching full:support
42 // Support cases, such as: int + double, int + int, double + double in AddWithTSType()
49 // Support cases, such as: number + null, undefined + null, boolean + number, etc. in AddWithTSType()
66 // Support case: string + string. in AddWithTSType()
74 … // Support cases, such as: string + null, string + object, string + boolean, string + number, etc. in AddWithTSType()
112 // Support int or number in SubWithTSType()
119 // Support cases, such as: string like '2333', boolean, null in SubWithTSType()
145 // Support int or number in MulWithTSType()
149 // Support cases, such as: string like '2333', boolean, null in MulWithTSType()
180 // Support int or number in DivWithTSType()
195 // Support special cases, such as: string like '2333', boolean, null in DivWithTSType()
216 // Support int or number in ModWithTSType()
228 // Support special cases, such as: string like '2333', boolean, null in ModWithTSType()
271 // Support special cases, such as: string like '2333', boolean, null in GetBitOPDate()