Bug 135033 - Add support for fast indexed for-in iteration over TypedArrays
Summary: Add support for fast indexed for-in iteration over TypedArrays
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on: 134142
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-17 17:49 PDT by Mark Hahnenberg
Modified: 2021-03-02 13:55 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-07-17 17:49:43 PDT
After bug 134142 is resolved, arrays will be the only objects that take advantage of fast indexed iteration. We should add support for TypedArrays.