Bug 124129 - Implement Set iterators
Summary: Implement Set iterators
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-10 13:16 PST by Oliver Hunt
Modified: 2013-11-11 12:07 PST (History)
4 users (show)

See Also:


Attachments
Patch (57.93 KB, patch)
2013-11-10 13:24 PST, Oliver Hunt
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2013-11-10 13:16:49 PST
Implement Set iterators
Comment 1 Oliver Hunt 2013-11-10 13:24:14 PST
Created attachment 216536 [details]
Patch
Comment 2 Antti Koivisto 2013-11-10 14:25:07 PST
Comment on attachment 216536 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=216536&action=review

> Source/JavaScriptCore/runtime/JSSetIterator.h:73
> +private:
> +
> +    static const unsigned StructureFlags = Base::StructureFlags | OverridesVisitChildren;

Unnecessary new line
Comment 3 Oliver Hunt 2013-11-10 14:26:15 PST
Committed r159031: <http://trac.webkit.org/changeset/159031>