Closed
Bug 972400
Opened 11 years ago
Closed 7 months ago
Add opaque() function that converts transparent typed object into opaque typed object
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nmatsakis, Unassigned)
References
Details
The spec permits an arbitrary typed object to be converted from transparent to opaque. We need to implement this function:
TypedObject.opaque(transparentTypedObj) => opaqueTypedObj
| Reporter | ||
Updated•11 years ago
|
Blocks: harmony:typedobjects
Depends on: 898356
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
•