S15.1.1.2_A3_T2.js (410B)
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 Infinity is DontDelete 6 es5id: 15.1.1.2_A3_T2 7 description: Use delete 8 flags: [noStrict] 9 ---*/ 10 assert.sameValue(delete Infinity, false, 'The value of `delete Infinity` is expected to be false'); 11 12 // TODO: Convert to verifyProperty() format. 13 14 reportCompare(0, 0);