| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| info: Deleting arguments[i] leads to breaking the connection to local reference |
| description: Changing arguments value and then deleting the argument |
| if (arguments[0] !== undefined) { |
| $ERROR('#1.1: arguments[0] === undefined'); |
| ////////////////////////////////////////////////////////////////////////////// |
| $ERROR('#1.2: __func(1) === 2. Actual: __func(1) ==='+__func(1)); |
| ////////////////////////////////////////////////////////////////////////////// |