| 123456789101112131415161718192021222324252627282930313233 |
- //-------------------------------------------------------------------------------------------------------
- // 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 ui8 = new Uint8Array(256);
- this.prop0 = 1;
- if(this.prop0) {
- //Bug 281689
- (function() {
- function foo() {
- eval("");
- function bar() {
- foo();
- }
- };
- })();
- }
- var __loopvar1 = 0;
- for(var strvar0 in ui8) {
- if(strvar0.indexOf('method') != -1) continue;
- if(__loopvar1++ > 3) break;
- ui8[strvar0] = (1, 1, 1, 1, (-2144361518.9 - this.prop0), this.prop0);
- 1
- }
- };
- test0();
- test0();
- WScript.Echo("pass");
|