Open Bug 973237 Opened 11 years ago Updated 2 years ago

Change type descriptors from constructors to functions

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect

Tracking

()

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({...})`.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.