Allow yield expressions without a RHS.
authorwingo@igalia.com <wingo@igalia.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 2 Jul 2014 13:48:28 +0000 (13:48 +0000)
committerwingo@igalia.com <wingo@igalia.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 2 Jul 2014 13:48:28 +0000 (13:48 +0000)
commit341d61867c79e915e973c382858adb840ec6dd93
tree4c0f9ca1eccef6eafcff548acc69c274fe2feb62
parenta481d753d04b28f257911944fb5ee278e2b96f30
Allow yield expressions without a RHS.

R=marja@chromium.org
BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22163 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.h
src/preparser.h
test/cctest/test-parsing.cc
test/mjsunit/harmony/generators-iteration.js
test/mjsunit/harmony/generators-parsing.js