2
0

rawLastUsedSegmentBugInFloatArray.js 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  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 IntArr1 = [
  7. -107237352,
  8. -1613253955,
  9. -9159329201106759000,
  10. -295102479,
  11. -1,
  12. 795305804,
  13. 1058299229,
  14. 65537,
  15. 1,
  16. 546814013,
  17. -2147483648
  18. ];
  19. protoObj1 = Object();
  20. IntArr1[14] = 1;
  21. IntArr1[12] = 1;
  22. var __loopvar0 = 0;
  23. do {
  24. if (__loopvar0) {
  25. break;
  26. }
  27. __loopvar0++;
  28. (protoObj1 |= 1) ? 1 : IntArr0(IntArr0(IntArr1[380518414.1]));
  29. } while (1);
  30. }
  31. test0();
  32. test0();
  33. test0();
  34. test0();
  35. WScript.Echo("PASS");