Home | History | Annotate | Download | only in src

Lines Matching full:is_boolean

73         if (IS_BOOLEAN(y)) return %NumberEquals(%ToNumber(x), %ToNumber(y));
77 } else if (IS_BOOLEAN(x)) {
78 if (IS_BOOLEAN(y)) return %_ObjectEquals(x, y) ? 0 : 1;
93 if (IS_BOOLEAN(y)) y = %ToNumber(y);
518 if (IS_BOOLEAN(x)) return x;
533 if (IS_BOOLEAN(x)) return x ? 1 : 0;
543 if (IS_BOOLEAN(x)) return x ? 1 : 0;
553 if (IS_BOOLEAN(x)) return x ? 'true' : 'false';
560 if (IS_BOOLEAN(x)) return x ? 'true' : 'false';
570 if (IS_BOOLEAN(x)) return new $Boolean(x);