• neis's avatar
    Get rid of the different kinds of yield in the AST & full-codegen. · f24dffea
    neis authored
    Now there is just one kind, corresponding to what was called "initial" before.
    Replacement for "suspend": when the parser sees a yield in JS code, it
    will turn it into a Yield node but wrap its argument in an iterator result
    object.  Replacement for "final": the parser simply inserts a return statement
    instead.
    
    R=littledan@chromium.org, mstarzinger@chromium.org
    BUG=
    
    Review URL: https://codereview.chromium.org/1751613004
    
    Cr-Commit-Position: refs/heads/master@{#34515}
    f24dffea
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
full-codegen.cc Loading commit data...
full-codegen.h Loading commit data...