https://codereview.chromium.org/348893007/diff/1/test/mjsunit/harmony/generators-parsing.js
File test/mjsunit/harmony/generators-parsing.js (right):

https://codereview.chromium.org/348893007/diff/1/test/mjsunit/harmony/generators-parsing.js#newcode39
test/mjsunit/harmony/generators-parsing.js:39: function* g() { yield; }
On 2014/06/26 10:41:52, marja wrote:
Could you add a test that calls this kind of function (which has yield
without a
value) and assert that the right thing is yielded? (What is the right
thing in
this case?)

You can see an example of this on line 63.  (The right thing is
{value:undefined, done:false}.)

https://codereview.chromium.org/348893007/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to