• neis's avatar
    [interpreter] Don't assume generator functions do an initial yield. · 7fe4d930
    neis authored
    Async functions are implemented via special generator functions; special in the
    sense that they generally do not immediately yield.  However, our generators
    implementation still assumed that every generator function initially yields
    (concretely: before doing the state dispatch in a loop header).  This CL fixes
    that.
    
    R=littledan@chromium.org, rmcilroy@chromium.org
    BUG=chromium:638019
    
    Review-Url: https://codereview.chromium.org/2253033002
    Cr-Commit-Position: refs/heads/master@{#38684}
    7fe4d930
Name
Last commit
Last update
..
bytecode_expectations Loading commit data...
bytecode-expectations-printer.cc Loading commit data...
bytecode-expectations-printer.h Loading commit data...
generate-bytecode-expectations.cc Loading commit data...
interpreter-tester.cc Loading commit data...
interpreter-tester.h Loading commit data...
source-position-matcher.cc Loading commit data...
source-position-matcher.h Loading commit data...
test-bytecode-generator.cc Loading commit data...
test-interpreter-intrinsics.cc Loading commit data...
test-interpreter.cc Loading commit data...
test-source-positions.cc Loading commit data...