Open
Bug 972400
Opened 10 years ago
Updated 1 year 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•10 years ago
|
Blocks: harmony:typedobjects
Depends on: 898356
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•