-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6700 from rhuanjl/gen_scope_slots
Fix Errors in Generator Jit for SlotArray and CopyProp Restores
- Loading branch information
Showing
6 changed files
with
136 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
//------------------------------------------------------------------------------------------------------- | ||
// Copyright (C) Microsoft. All rights reserved. | ||
// Copyright (c) 2021 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(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters