• zhengxing.li's avatar
    X87: [generators] Implement Generator.prototype.return. · c357a87a
    zhengxing.li authored
      port dbd86408 (r33744)
    
      original commit message:
      Note: This is currently only used by yield*, we still need to support it in
      other places (such as for-of loops).  It can be used manually of course.
    
      (This CL does not touch the full-codegen implementation of yield* because that
      code is already dead.  The yield* desugaring already supports return and doesn't
      need to be touched.)
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1671783002
    
    Cr-Commit-Position: refs/heads/master@{#33760}
    c357a87a
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...