Home | History | Annotate | Download | only in src

Lines Matching full:is_boolean

51         if (IS_BOOLEAN(y)) return %NumberEquals(%ToNumber(x), %ToNumber(y));
58 } else if (IS_BOOLEAN(x)) {
59 if (IS_BOOLEAN(y)) return %_ObjectEquals(x, y) ? 0 : 1;
76 if (IS_BOOLEAN(y)) y = %ToNumber(y);
488 if (IS_BOOLEAN(x)) return x;
503 if (IS_BOOLEAN(x)) return x ? 1 : 0;
514 if (IS_BOOLEAN(x)) return x ? 1 : 0;
525 if (IS_BOOLEAN(x)) return x ? 'true' : 'false';
533 if (IS_BOOLEAN(x)) return x ? 'true' : 'false';
550 if (IS_BOOLEAN(x)) return new $Boolean(x);