Bug 81335 - Web Inspector: call .length as the last check when detecting arrays.
Summary: Web Inspector: call .length as the last check when detecting arrays.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-16 05:09 PDT by Pavel Feldman
Modified: 2012-03-20 05:22 PDT (History)
10 users (show)

See Also:


Attachments
Patch (5.49 KB, patch)
2012-03-16 05:18 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-03-16 05:09:09 PDT
It is less likely to hit the "splice" or "callee" getter than the "length" one.

See http://code.google.com/p/chromium/issues/detail?id=78862 for downstream bug.
Comment 1 Pavel Feldman 2012-03-16 05:18:02 PDT
Created attachment 132253 [details]
Patch
Comment 2 Pavel Feldman 2012-03-20 05:22:34 PDT
Comment on attachment 132253 [details]
Patch

Clearing flags on attachment: 132253

Committed r111385: <http://trac.webkit.org/changeset/111385>
Comment 3 Pavel Feldman 2012-03-20 05:22:42 PDT
All reviewed patches have been landed.  Closing bug.