S15.1.2.4_A2.6.js (389B)
1 // Copyright 2009 the Sputnik authors. All rights reserved. 2 // This code is governed by the BSD license found in the LICENSE file. 3 4 /*--- 5 info: The isNaN property has not prototype property 6 esid: sec-isnan-number 7 description: Checking isNaN.prototype 8 ---*/ 9 assert.sameValue(isNaN.prototype, undefined, 'The value of isNaN.prototype is expected to equal undefined'); 10 11 reportCompare(0, 0);