Updates:
        Status: Fixed

Comment #8 on issue 435 by a...@chromium.org: The .length property of a function always returns zero
http://code.google.com/p/v8/issues/detail?id=435

I'm closing this now.

V8 added support for setting the length of a FunctionTemplate and the Blink bindings uses these to correctly set the length.

However, confirm.length is specced to be 0. It has one optional parameter which gives you a length 0. http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#the-window-object

To see this work try document.insertBefore.length which will give you 2.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to