equiv-needmonocheck.js 784 B

1234567891011121314151617181920212223
  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. function func9() {
  7. }
  8. function _array2iterate(_array2tmp) {
  9. for (var _array2i in _array2tmp) {
  10. if (Array) {
  11. _array2iterate(_array2tmp[_array2i]);
  12. ({ prop5: this.undefined });
  13. obj11 = func9();
  14. }
  15. }
  16. }
  17. _array2iterate([[[[]]]]);
  18. }
  19. test0();
  20. test0();
  21. WScript.Echo('pass');