Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-12-02 06:08:57 +03:00
parent 249778ee97
commit ce441d7453

View File

@ -459,8 +459,7 @@ object.Mixin('ArrayProtoMixin', 'soft', {
//
// XXX should this take an argument and be like map??
iter: function*(){
for(var e of this){
yield e } },
yield* this },
// Stoppable iteration...