Bug 85415

Summary: [V8] DOM function don't have the correct length
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: DOMAssignee: Erik Arvidsson <arv>
Status: RESOLVED INVALID    
Severity: Normal CC: andersca
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://www.w3.org/TR/WebIDL/#es-operations

Erik Arvidsson
Reported 2012-05-02 13:35:32 PDT
http://code.google.com/p/chromium/issues/detail?id=125308 assert(document.createElementNS.length === 2); we currently return 0 for all function lengths. JSC gets this right (minus bugs of course) so CodeGeneratorJS.pm probably already has this.
Attachments
Anders Carlsson
Comment 1 2013-09-01 10:35:08 PDT
V8 is gone.
Note You need to log in before you can comment on or make changes to this bug.