| 12345678910111213141516171819202122 |
- //-------------------------------------------------------------------------------------------------------
- // 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 i32 = new Int32Array();
- if (i32[1988493697]) {
- try {
- obj0();
- } catch (ex) {
- } finally {
- }
- obj0;
- } else {
- var uniqobj6 = { lf0: {} };
- }
- }
- test0();
- test0();
- test0();
- WScript.Echo("Passed");
|