short.js (379B)
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 esid: sec-future-reserved-words 6 es5id: 7.6.1.2_A1.25 7 description: Checking if execution of "short=1" succeeds 8 info: | 9 `short` was removed from the list of future reserved words in ECMAScript 5. 10 ---*/ 11 12 var short = 1; 13 14 reportCompare(0, 0);