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()
73 … // Support cases, such as: string + null, string + object, string + boolean, string + number, etc. in AddWithTSType()
106 // Support int or number in SubWithTSType()
113 // Support cases, such as: string like '2333', boolean, null in SubWithTSType()
138 // Support int or number in MulWithTSType()
142 // Support cases, such as: string like '2333', boolean, null in MulWithTSType()
172 // Support int or number in DivWithTSType()
186 // Support special cases, such as: string like '2333', boolean, null in DivWithTSType()
206 // Support int or number in ModWithTSType()
218 // Support special cases, such as: string like '2333', boolean, null in ModWithTSType()
260 // Support special cases, such as: string like '2333', boolean, null in GetBitOPDate()