[Bug 22806] Why special case Date and RegExp in #es-sequence

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

Domenic Denicola <domenic@domenicdenicola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |domenic@domenicdenicola.com

--- Comment #1 from Domenic Denicola <domenic@domenicdenicola.com> ---
+1. This should work:

var arrayLike = new Date();
arrayLike.length = 2;
arrayLike[0] = "foo";
arrayLike[1] = "bar";

It's accepted by all ES built-ins.

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

Received on Thursday, 25 July 2013 18:13:01 UTC