test262/test/built-ins/NaN
Leo Balter e49d2661a8 Improve assertions comparing values to NaN (#690)
The global isNaN is not precise at all, and Number.isNaN is an ES6 feature that makes it preferrable to use assert's sameValue for NaN values, as it handles it internally using the comparison.
2016-07-01 11:22:55 -07:00
..
15.1.1.1-0.js Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
S15.1.1.1_A1.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.1.1_A2_T1.js Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
S15.1.1.1_A2_T2.js Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
S15.1.1.1_A3_T1.js Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
S15.1.1.1_A3_T2.js Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
S15.1.1.1_A4.js Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00