Closed
Bug 898649
Opened 12 years ago
Closed 7 months ago
Type constructors should have typeof "function"
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bbenvie, Unassigned)
References
Details
> typeof new StructType({ foo: uint8 }) // "object"
Since these are constructable, their typeof should be "function".
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
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
•