[Bug 23682] Fix the current [ArrayClass], [] and sequence<T> mess

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23682

--- Comment #10 from Boris Zbarsky <bzbarsky@mit.edu> ---
> Would frozen map to the equivalent of Object.freeze() on the instance?

Yes.

> Does it make sense to also have a "sealed" modifier?

That would mean you can change the values in the array but not add/remove
values, right?  Do we have use cases for that behavior?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 24 January 2014 19:44:16 UTC