2011/8/29 Allen Wirfs-Brock <[email protected]> > I think 15.3.4.5 should be generalize so that the computation of the length > property isn't predicted by [[Class]]=='Function' but instead should just > use the the numeric value of the target's length property, if it exists. If > the target does not have a length property or if its value is not a number > then the bound function would get a length value of 0. >
That seems reasonable. I guess it implies that callable host objects that hitherto had a length of 0 might now have a different length, but for function proxies it seems like the right thing to do. Cheers, Tom
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

