| D | ic_binary_op.h | 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() 74 … // Support cases, such as: string + null, string + object, string + boolean, string + number, etc. in AddWithTSType() 94 // Some special cases, such as: object + undefined, object + boolean, etc. in AddWithTSType() 119 // Support cases, such as: string like '2333', boolean, null in SubWithTSType() 149 // Support cases, such as: string like '2333', boolean, null in MulWithTSType() 195 // Support special cases, such as: string like '2333', boolean, null in DivWithTSType() 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()
|