| 123456789101112131415161718192021 |
- //-------------------------------------------------------------------------------------------------------
- // Copyright (C) Microsoft. All rights reserved.
- // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
- //-------------------------------------------------------------------------------------------------------
- function test0() {
- var obj0 = {};
- var IntArr0 = [-2];
- var uic8 = new Uint8ClampedArray(4);
- var a = 1;
- var __loopvar0 = 0;
- while((1) && __loopvar0 < 1) {
- __loopvar0++;
- obj0.length = (IntArr0[1], (a = IntArr0[1]), uic8.length);
- }
- return a;
- };
- test0();
- test0();
- WScript.Echo("pass");
|