Commit 8c6d96a
committed
[MERGE chakra-core#917] Disable stack nested functions for split scope
Merge pull request chakra-core#917 from aneeshdk:SplitScopeStackNested
When we have non-escaping functions in both param and body scope we are
trying to create stack nested functions for them. The problem is we try to
reuse the local frame display. In case of split scope we cannot do that as
both functions should get different frame displays. This changelist
disables stack nested functions inside split scoped functions.2 files changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1819 | 1819 | | |
1820 | 1820 | | |
1821 | 1821 | | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
1822 | 1833 | | |
1823 | 1834 | | |
1824 | 1835 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
73 | 81 | | |
74 | 82 | | |
75 | 83 | | |
| |||
0 commit comments