Bug 124109 - Add Map Iterators
Summary: Add Map 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-09 20:01 PST by Oliver Hunt
Modified: 2013-11-09 20:18 PST (History)
4 users (show)

See Also:


Attachments
Patch (62.62 KB, patch)
2013-11-09 20:07 PST, Oliver Hunt
kling: review+
eflews.bot: commit-queue-
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-09 20:01:31 PST
Add Map Iterators
Comment 1 Oliver Hunt 2013-11-09 20:07:30 PST
Created attachment 216507 [details]
Patch
Comment 2 Andreas Kling 2013-11-09 20:13:05 PST
Comment on attachment 216507 [details]
Patch

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

r=me

> Source/JavaScriptCore/runtime/JSMapIterator.h:34
> +enum MapIterationKind : uint32_t {

mind: blown
Comment 3 EFL EWS Bot 2013-11-09 20:15:10 PST
Comment on attachment 216507 [details]
Patch

Attachment 216507 [details] did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/22638977
Comment 4 Oliver Hunt 2013-11-09 20:18:25 PST
Committed r159008: <http://trac.webkit.org/changeset/159008>