RESOLVED FIXED 124129
Implement Set iterators
https://bugs.webkit.org/show_bug.cgi?id=124129
Summary Implement Set iterators
Oliver Hunt
Reported 2013-11-10 13:16:49 PST
Implement Set iterators
Attachments
Patch (57.93 KB, patch)
2013-11-10 13:24 PST, Oliver Hunt
koivisto: review+
Oliver Hunt
Comment 1 2013-11-10 13:24:14 PST
Antti Koivisto
Comment 2 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
Oliver Hunt
Comment 3 2013-11-10 14:26:15 PST
Note You need to log in before you can comment on or make changes to this bug.