WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
126922
'index in array' needs to be fast
https://bugs.webkit.org/show_bug.cgi?id=126922
Summary
'index in array' needs to be fast
Oliver Hunt
Reported
2014-01-13 11:33:43 PST
A lot of array functions take the form of ... var length = foo.length; for (var i = 0; i < length; i++) { if (!(i in foo) continue ... }
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