Status: New
Owner: ----
New issue 917 by [email protected]: Function.prototype.apply cannot handle
array like objects.
http://code.google.com/p/v8/issues/detail?id=917
ES5, Section 15.3.4.3 Function.prototype.apply (thisArg, argArray), is very
clear that argArray can be any Object and the properties [0,
ToUInt32(argArray.length)[ are used as the argument list.
Also, not that there is an errata for 15.3.4.5 that removes step 5 and 7.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev