Bug 194323 - We should create the TerminatedExecutionError as a singleton.
Summary: We should create the TerminatedExecutionError as a singleton.
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-05 18:11 PST by Mark Lam
Modified: 2019-02-06 12:18 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2019-02-05 18:11:03 PST
This will all the CheckTraps node to remain GC free (i.e. would be correct for doesGC() to return true for this node).
Comment 1 Radar WebKit Bug Importer 2019-02-05 18:11:33 PST
<rdar://problem/47839360>
Comment 2 Mark Lam 2019-02-06 12:18:53 PST
(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).