Open
Bug 973237
Opened 11 years ago
Updated 2 years ago
Change type descriptors from constructors to functions
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
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•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•