Lines Matching full:is_number
62 if (IS_NUMBER(x)) {
67 if (IS_NUMBER(y)) return %NumberEquals(%ToNumber(x), y);
102 if (IS_NUMBER(this)) {
103 if (!IS_NUMBER(x)) return 1; // not equal
124 } else if (IS_NUMBER(this)) {
125 if (IS_NUMBER(x)) return %NumberCompare(this, x, ncr);
157 if (IS_NUMBER(this) && IS_NUMBER(x)) return %NumberAdd(this, x);
180 y = IS_NUMBER(y)
196 x = IS_NUMBER(x)
207 var x = IS_NUMBER(this) ? this : %ToNumber(this);
208 if (!IS_NUMBER(y)) y = %ToNumber(y);
215 var x = IS_NUMBER(this) ? this : %ToNumber(this);
216 if (!IS_NUMBER(y)) y = %ToNumber(y);
223 var x = IS_NUMBER(this) ? this : %ToNumber(this);
224 if (!IS_NUMBER(y)) y = %ToNumber(y);
231 var x = IS_NUMBER(this) ? this : %ToNumber(this);
232 if (!IS_NUMBER(y)) y = %ToNumber(y);
245 var x = IS_NUMBER(this) ? this : %ToNumber(this);
246 if (!IS_NUMBER(y)) y = %ToNumber(y);
254 if (IS_NUMBER(this)) {
256 if (!IS_NUMBER(y)) y = %ToNumber(y);
263 if (!IS_NUMBER(y)) y = %ToNumber(y);
275 var x = IS_NUMBER(this) ? this : %ToNumber(this);
276 if (!IS_NUMBER(y)) y = %ToNumber(y);
283 var x = IS_NUMBER(this) ? this : %ToNumber(this);
290 var x = IS_NUMBER(this) ? this : %ToNumber(this);
297 var x = IS_NUMBER(this) ? this : %ToNumber(this);
298 if (!IS_NUMBER(y)) y = %ToNumber(y);
306 if (IS_NUMBER(this)) {
308 if (!IS_NUMBER(y)) y = %ToNumber(y);
315 if (!IS_NUMBER(y)) y = %ToNumber(y);
327 var x = IS_NUMBER(this) ? this : %ToNumber(this);
328 if (!IS_NUMBER(y)) y = %ToNumber(y);
508 if (IS_NUMBER(x)) return !((x == 0) || NUMBER_IS_NAN(x));
515 if (IS_NUMBER(x)) return x;
526 if (IS_NUMBER(x)) return %_NumberToString(x);
533 if (IS_NUMBER(x)) return %NumberToString(x);
543 if (IS_NUMBER(x)) return new $Number(x);
577 if (IS_NUMBER(x)) {