arguments-non-strict.js (308B)
1 // Copyright (c) 2012 Ecma International. All rights reserved. 2 // This code is governed by the BSD license found in the LICENSE file. 3 4 /*--- 5 es5id: 12.2.1-12 6 esid: sec-variable-statement 7 description: arguments as local var identifier is allowed 8 flags: [noStrict] 9 ---*/ 10 11 var arguments; 12 13 reportCompare(0, 0);