Description[generators] Add asserts preventing mixed functions.
This adds assertions to generator support functions that distinguish
between old-style and new-style generators which make sure only one
of those styles is actually used. Even though normal functions can soon
be mixed (bytecode and baseline code at the same time), generator
functions are still exclusively in only one tier.
R=neis@chromium.org
BUG=v8:5265
Committed: https://crrev.com/417b3010b2c20b68116113f03793edfa3f204520
Cr-Commit-Position: refs/heads/master@{#38541}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 11 (6 generated)
|