forked from chakra-core/ChakraCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasync-jit-bugs.js
33 lines (32 loc) · 1.27 KB
/
async-jit-bugs.js
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.
// Copyright (c) ChakraCore Project Contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
function main() {
const v2 = [13.37,13.37,13.37,13.37,13.37];
async function v4(v5,v6,v7,v8) {
const v10 = 0;
for (let v14 = 0; v14 < 8; v14++) {
v5["vEBD7ei78q"] = v14;
}
for (let v16 = 1; v16 < 1337; v16++) {
const v17 = v2.__proto__;
const v23 = [13.37,13.37,-2.2250738585072014e-308,13.37,13.37];
const v24 = v23.length;
const v25 = "-4294967296";
const v26 = 7;
function* v28(v29,v30,v31,...v32) {}
let v33 = -2.2250738585072014e-308;
const v34 = v28(v33,Object,Object);
const v35 = 13.37;
const v36 = 2384357829;
const v37 = await "-4294967296";
const v38 = --v33;
}
const v39 = 128;
print("pass")
}
v4("vEBD7ei78q");
}
main();