forked from chakra-core/ChakraCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdelaycapture.js
More file actions
22 lines (21 loc) · 750 Bytes
/
delaycapture.js
File metadata and controls
22 lines (21 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//-------------------------------------------------------------------------------------------------------
// 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 func6 = function () {
var __loopvar2 = 0;
while ((arguments.callee[(1)]) && __loopvar2 < 3) {
__loopvar2;
}
}
var __loopvar1 = 0;
do {
__loopvar1;
} while ((func6()) && __loopvar1 < 3)
(function (argMath15) {
func6();
})(1);
};
test0();
WScript.Echo('pass');