Bug 194323
| Summary: | We should create the TerminatedExecutionError as a singleton. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | ASSIGNED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
This will all the CheckTraps node to remain GC free (i.e. would be correct for doesGC() to return true for this node).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/47839360>
Mark Lam
(In reply to Mark Lam from comment #0)
> This will all the CheckTraps node to remain GC free (i.e. would be correct
> for doesGC() to return true for this node).
So many typos! I meant:
This will allow the CheckTraps node to remain GC free (i.e. it would then be correct for doesGC() to return false for this node).