RESOLVED FIXED 145963
[ES6] Introduce %IteratorPrototype% and drop all XXXIteratorConstructor
https://bugs.webkit.org/show_bug.cgi?id=145963
Summary [ES6] Introduce %IteratorPrototype% and drop all XXXIteratorConstructor
Yusuke Suzuki
Reported 2015-06-14 10:27:19 PDT
[ES6] Introduce %IteratorPrototype% and drop all XXXIteratorConstructor
Attachments
Patch (78.19 KB, patch)
2015-06-14 11:43 PDT, Yusuke Suzuki
darin: review+
Yusuke Suzuki
Comment 1 2015-06-14 11:43:13 PDT
Darin Adler
Comment 2 2015-06-15 10:47:32 PDT
Comment on attachment 254862 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=254862&action=review > Source/JavaScriptCore/runtime/IteratorPrototype.cpp:38 > +namespace JSC { > + > +} Not sure what this is; but should probably remove it.
Yusuke Suzuki
Comment 3 2015-06-15 10:50:27 PDT
Comment on attachment 254862 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=254862&action=review Thanks! >> Source/JavaScriptCore/runtime/IteratorPrototype.cpp:38 >> +} > > Not sure what this is; but should probably remove it. OK, dropped :D. This block is originally introduced for definining forward declaration for XXX.prototype.xxx methods. (like `static EncodedJSValue JSC_HOST_CALL arrayIteratorProtoFuncIterator(ExecState*);`)
Yusuke Suzuki
Comment 4 2015-06-15 19:12:26 PDT
Note You need to log in before you can comment on or make changes to this bug.