DescriptionDelegating yield does not re-box result objects
Delegating yield (yield*) should just pass on the iterator results it
receives instead of re-boxing them.
R=rossberg@chromium.org
TEST=mjsunit/harmony/generators-iteration
BUG=
Committed: http://code.google.com/p/v8/source/detail?r=15113
Patch Set 1 #
Total comments: 1
Patch Set 2 : Rebase; make test pretty. #
Messages
Total messages: 3 (0 generated)
|