WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
78657
V8 should implement the length property of constructors
https://bugs.webkit.org/show_bug.cgi?id=78657
Summary
V8 should implement the length property of constructors
Kentaro Hara
Reported
2012-02-14 18:13:51 PST
The length property of a constructor should return the number of maximum arguments of the constructor. For example, SharedWorker.length should be 3. However, the current V8 bindings return 0 for the length of all constructors. The spec:
http://dev.w3.org/2006/webapi/WebIDL/#es-interface-call
,
http://dev.w3.org/2006/webapi/WebIDL/#named-constructors
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug