This repository was archived by the owner on Oct 15, 2020. It is now read-only.
Commit 2347304
[Merge chakra-core/ChakraCore@e76b30e5ca] [1.6>1.7] [MERGE #3389 @sigatrev] OS#12528802 fix crash accessing FuncObjectOpnd when function object is inlined
Merge pull request #3389 from sigatrev:NewScopeObject1 parent 207314d commit 2347304
File tree
5 files changed
+33
-4
lines changed- deps/chakrashim/core
- lib
- Backend
- Runtime/Language
- test/inlining
5 files changed
+33
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7002 | 7002 | | |
7003 | 7003 | | |
7004 | 7004 | | |
7005 | | - | |
| 7005 | + | |
7006 | 7006 | | |
7007 | 7007 | | |
7008 | 7008 | | |
7009 | 7009 | | |
7010 | 7010 | | |
7011 | 7011 | | |
7012 | 7012 | | |
7013 | | - | |
| 7013 | + | |
7014 | 7014 | | |
7015 | 7015 | | |
7016 | 7016 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
287 | 292 | | |
0 commit comments