| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| info: Function's scope chain is started when it is declared |
| Function is declared in the "object->do-while" scope, then the |
| object is deleted and another object with the same name is declared |
| ////////////////////////////////////////////////////////////////////////////// |
| $ERROR('#1: result === 2. Actual: result ==='+result); |
| ////////////////////////////////////////////////////////////////////////////// |