• neis's avatar
    [generators] Always call function with closure context when resuming. · c5948b98
    neis authored
    The resume trampolin used to call the generator function with the context of the
    last suspension rather than the closure's context.  While that was fine for
    Ignition, Turbofan got utterly confused.  With this CL, the resume trampolin
    always passes in the closure's context (like in the very first call of the
    generator function).  The generator function itself then restores its previously
    current context by reading it from the generator object and doing a
    PushContext.
    
    BUG=chromium:681171
    
    Review-Url: https://codereview.chromium.org/2639533002
    Cr-Commit-Position: refs/heads/master@{#42407}
    c5948b98
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...