DescriptionMIPS: Generators return boxed values
Port r14563 (6d01adb8)
Original commit message:
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=
Committed: https://code.google.com/p/v8/source/detail?r=14582
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|