forked from chakra-core/ChakraCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox_jitloopbody3.js
More file actions
33 lines (31 loc) · 873 Bytes
/
box_jitloopbody3.js
File metadata and controls
33 lines (31 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
var obj1 = {};
var func2 = function () {
function v1() {
arguments;
}
for (var v4 = 0; v4 < 2; v4++) {
v1();
function v5() {
if (v4 < 10) {
return;
}
for (; ; __loopvar6) {
}
}
function v8() {
return v5();
}
function v9() {
return v8();
}
v9();
}
};
obj1.method0 = func2;
(function () {
})(obj1.method0());
WScript.Echo('pass');