Closed
Bug 1604767
Opened 6 years ago
Closed 6 years ago
Make AsyncFunction a singleton object
Categories
(Core :: JavaScript Engine, enhancement, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla73
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
Built-ins are typically singletons, but AsyncFunction isn't marked as one.
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Priority: -- → P2
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9954cf522ca8
Make AsyncFunction a singleton object. r=mgaudet
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•