test131.js 917 B

1234567891011121314151617181920212223242526272829303132333435
  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. var loopInvariant = 0;
  7. var IntArr1 = Array();
  8. var FloatArr0;
  9. var __loopvar1 = loopInvariant;
  10. for(var _strvar0 in FloatArr0) {
  11. if(typeof _strvar0) {
  12. continue;
  13. }
  14. __loopvar1 += 3;
  15. if(loopInvariant + 12) {
  16. break;
  17. }
  18. IntArr1[__loopvar1 + 1] = f;
  19. }
  20. function test0a() {
  21. loopInvariant;
  22. }
  23. }
  24. try {
  25. test0();
  26. } catch(ex) {
  27. }
  28. try {
  29. test0();
  30. } catch(ex) {
  31. }
  32. test0();
  33. WScript.Echo("pass");