WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
163841
[DOMJIT] Implement NodeList::length
https://bugs.webkit.org/show_bug.cgi?id=163841
Summary
[DOMJIT] Implement NodeList::length
Yusuke Suzuki
Reported
2016-10-21 23:07:30 PDT
I think it is quite useful since it is frequently called. And one great thing is that this won't be used in so metamorphic manner (since types of the collections are limited).
Attachments
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2016-10-22 17:47:16 PDT
And at that time, we should not include this method for the target of Megamorphic DOMJIT. Since "length" is very common name.
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