- From: Cameron McCormack <cam@mcc.id.au>
- Date: Tue, 03 Apr 2012 10:38:17 +1000
- To: Boris Zbarsky <bzbarsky@MIT.EDU>
- CC: "public-script-coord@w3.org" <public-script-coord@w3.org>
Boris Zbarsky: >> var a1 = myB.range(1, 5); >> assert(a1[0] == 1); >> myB.incrementAll(a); > > This would create a copy of "a" and pass that to myB, as currently specced. Ah, that is definitely a bug. The conversion steps in #es-array need to check if the ECMAScript value is a reference to a platform array object of the right type first, and just return that if it is.
Received on Tuesday, 3 April 2012 00:38:50 UTC