test262/test/language/types
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
..
boolean Reorganize ./test 2014-12-07 15:33:09 -08:00
list Reorganize ./test 2014-12-07 15:33:09 -08:00
null Reorganize ./test 2014-12-07 15:33:09 -08:00
number Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
object Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
reference Add tests for object coercion of Reference base (#646) 2016-06-03 10:56:59 -04:00
string Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
undefined Fix strict mode errors in language 2015-05-08 17:27:52 +02:00