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

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

--- Comment #32 from Jonas Sicking <jonas@sicking.cc> ---
Great. In this particular case the Array will be frozen before exposed to web
JS. So there's no way to set a incX property on it.

But of course Array.prototype can still be mutated. But that's something that I
think is ok here.

I assume the same hazard exists for the Arrays used for template strings?

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

Received on Monday, 6 October 2014 23:25:58 UTC