Open
Bug 898649
Opened 11 years ago
Updated 2 years ago
Type constructors should have typeof "function"
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: bbenvie, Unassigned)
References
Details
> typeof new StructType({ foo: uint8 }) // "object"
Since these are constructable, their typeof should be "function".
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•