2
0

StackArgs_MaxInterpret.js 476 B

123456789101112
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. function test0() {
  6. for(var _i in arguments[-2]);
  7. }
  8. test0();
  9. test0();
  10. WScript.Echo("pass");