Closed
Bug 893863
Opened 11 years ago
Closed 9 years ago
Add shell function that neuters ArrayBuffer objects
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 929786
People
(Reporter: jruderman, Unassigned)
References
Details
Not sure if the function should:
* just throw the buffer away
* return a new ArrayBuffer object (changing the underlying buffer's owner)
* give another global access to the buffer (changing its compartment?)
Needed for testing bug 845899 and bug 887495.
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Comment 2•11 years ago
|
||
Whatever it does, it should go across globals to be more like neutering in the browser. With newGlobal it's pretty easy to test cross-global stuff, so we should feed into that somehow.
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Comment 3•9 years ago
|
||
neuter() function added in http://hg.mozilla.org/mozilla-central/rev/6d4ff510c117
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•