Open
Bug 972400
Opened 11 years ago
Updated 2 years ago
Add opaque() function that converts transparent typed object into opaque typed object
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
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•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•