• neis's avatar
    [generators] Implement %GeneratorGetSourcePosition. · 7c57ffc1
    neis authored
    This runtime function now also works for Ignition generators. It returns the
    source position of the yield at which a suspended generator got suspended.  This
    works by storing the current bytecode offset at suspension and using an existing
    mechanism to map it back to a source position.
    
    TBR=littledan@chromium.org
    BUG=
    
    Review-Url: https://codereview.chromium.org/2079613003
    Cr-Commit-Position: refs/heads/master@{#37140}
    7c57ffc1
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...
s390 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...