Implement ES6 StringIterator
Created attachment 247507 [details] rev1 prototype prototype. not including build configuration for OSX and Windows yet. And this patch requires https://bugs.webkit.org/show_bug.cgi?id=141351 change.
Created attachment 247516 [details] prototype rev2 Update for Windows / OSX build
Attachment 247516 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/runtime/StringIteratorPrototype.cpp:42: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 18 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 247767 [details] Patch
Comment on attachment 247767 [details] Patch LGTM. I can r+ once you're ready.
Created attachment 247952 [details] Patch
Attachment 247952 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/runtime/StringIteratorPrototype.cpp:42: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 18 files If any of these errors are false positives, please file a bug against check-webkit-style.
(In reply to comment #5) > Comment on attachment 247767 [details] > Patch > > LGTM. I can r+ once you're ready. Great! I've landed https://trac.webkit.org/changeset/181077, rebased my patch and marked r? :D
Comment on attachment 247952 [details] Patch Thank you!
Comment on attachment 247952 [details] Patch Clearing flags on attachment: 247952 Committed r181084: <http://trac.webkit.org/changeset/181084>
All reviewed patches have been landed. Closing bug.