Bug 191594
| Summary: | JSObject::calculatedClassName() should not have a side effect of calling into JS. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 191579 | ||
| Bug Blocks: | |||
Mark Lam
See JSTests/stress/regress-191579.js and the ChangeLog of r238141: <http://trac.webkit.org/r238141>. To reproduce this issue, just run JSTests/stress/regress-191579.js with the required options.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/46038642>
Saam Barati
I have now fully grokked what's going on here. What the code is doing is fine. We'll end up clearing the stack overflow exception as we should.