Home | History | Annotate | Download | only in src

Lines Matching full:comparisons

2841     // According to the ES5 spec (11.9.3, 11.8.5), Equality comparisons (==, ===
2843 // is 'true'. Relational comparisons have a different semantic, first
2847 // compatible out-of-the box with ordered relational comparisons (<, >, <=,
2848 // >=). However, for equality comparisons (and for 'in' and 'instanceof'),
2851 // (false). Therefore, any comparisons other than ordered relational
2852 // comparisons must cause a deopt when one of their arguments is undefined.
3752 // All comparisons failed, must be NaN.