testBug616454.js (93B)
1 function isnan(x) { return x !== x } 2 assertEq(isnan(deserialize(serialize(-'test'))), true);