Closed
Bug 844988
Opened 13 years ago
Closed 12 years ago
ParallelArray immutability is not enforced
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nmatsakis, Unassigned)
References
Details
(Whiteboard: [PJS][js:t])
In the self-hosted version of ParallelArrays, it is possible to modify ParallelArray objects in a number of ways (extending them with new fields, modifying their incorrectly exposed fields, etc)
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Updated•13 years ago
|
Whiteboard: PJS
Updated•13 years ago
|
Whiteboard: PJS → [PJS][js:t]
Comment 1•12 years ago
|
||
Bug 844882 landed, but I can still mess with (new ParallelArray).buffer.
Reporter | ||
Comment 2•12 years ago
|
||
No longer relevant as ParallelArray was removed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•