Closed
Bug 973237
Opened 11 years ago
Closed 7 months ago
Change type descriptors from constructors to functions
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nmatsakis, Unassigned)
References
Details
In the current implementation, one writes `new Point({..})` to create an instance of `Point`. In the new spec, this has changed to `Point({...})`.
| Reporter | ||
Updated•11 years ago
|
Blocks: harmony:typedobjects
Updated•3 years ago
|
Severity: normal → S3
Comment 1•7 months ago
|
||
The typed objects proposal has been dead for years.
Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•