Closed
Bug 972398
Opened 11 years ago
Closed 5 years ago
Convert TypedObject.storage() into distinct functions for buffer/byteLength/byteOffset
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: nmatsakis, Unassigned)
References
Details
The TypedObject spec used to include a storage() function that extracted the buffer/byteOffset/byteLength of a transparent typed object. This has recently changed into distinct functions, so that there is no need to do allocation just to get the buffer. The patch in bug 898356 implements the older storage() function. Rather than replace that patch, I'm just filing a separate bug.
Reporter | ||
Updated•11 years ago
|
Blocks: harmony:typedobjects
Depends on: 898356
Comment 1•5 years ago
|
||
No longer valid because TypedObjects don't expose their buffer anymore.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•