Commit 46e18ff
Suwei Chen
OS10895818: F12 edge crash when debugging google.com
For global function inside direct eval, FuncAllowsDirectSuper() looks up
JavaScript caller through stackwalker to determine if the eval is called
from a class constructor. Need to check if functionBody exists to cover
the case where eval is called by F12 from inside a built-in function.1 parent 08c1053 commit 46e18ff
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2585 | 2585 | | |
2586 | 2586 | | |
2587 | 2587 | | |
2588 | | - | |
| 2588 | + | |
2589 | 2589 | | |
2590 | 2590 | | |
2591 | 2591 | | |
| |||
0 commit comments