DescriptionGenerators return boxed values
Generators now box their return values in object literals of the form
{ value: VAL, done: DONE }
where DONE is false for yield expressions, and true for return
statements.
BUG=v8:2355
TEST=mjsunit/harmony/generators-iteration
R=mstarzinger@chromium.org
Committed: 14563
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Rebase; add needed write barrier #
Total comments: 5
Patch Set 4 : Rename to generator_result_map; more use of named constants #
Total comments: 2
Patch Set 5 : Fix x64 thinko; add result map test #
Messages
Total messages: 9 (0 generated)
|