• mstarzinger@chromium.org's avatar
    Generator objects can suspend · 0f348e55
    mstarzinger@chromium.org authored
    * src/ast.h:
    * src/parser.cc: Differentiate between the different kinds of yields, in
      anticipation of boxing return values.  Parse `return' into `yield' in
      a generator.
    
    * src/runtime.h:
    * src/runtime.cc (Runtime_SuspendJSGeneratorObject): New horrible
      runtime function: saves continuation, context, and operands into the
      generator object.
    
    * src/arm/full-codegen-arm.cc (VisitYield):
    * src/ia32/full-codegen-ia32.cc (VisitYield):
    * src/x64/full-codegen-x64.cc (VisitYield): Arrange to call
      SuspendJSGeneratorObject.  If the call returns the hole, we suspend.
      Otherwise we resume.
    
    BUG=v8:2355
    TEST=These codepaths are tested when the generator is first invoked, and so
    are covered by mjsunit/harmony/generators-objects.js.
    
    Review URL: https://codereview.chromium.org/13704010
    
    Patch from Andy Wingo <wingo@igalia.com>.
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14353 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    0f348e55
Name
Last commit
Last update
..
block-conflicts.js Loading commit data...
block-const-assign.js Loading commit data...
block-early-errors.js Loading commit data...
block-for.js Loading commit data...
block-lazy-compile.js Loading commit data...
block-leave.js Loading commit data...
block-let-crankshaft.js Loading commit data...
block-let-declaration.js Loading commit data...
block-let-semantics.js Loading commit data...
block-scoping.js Loading commit data...
collections.js Loading commit data...
debug-blockscopes.js Loading commit data...
debug-evaluate-blockscopes.js Loading commit data...
debug-function-scopes.js Loading commit data...
generators-objects.js Loading commit data...
generators-parsing.js Loading commit data...
generators-runtime.js Loading commit data...
module-linking.js Loading commit data...
module-parsing.js Loading commit data...
module-recompile.js Loading commit data...
module-resolution.js Loading commit data...
object-observe.js Loading commit data...
proxies-example-membrane.js Loading commit data...
proxies-for.js Loading commit data...
proxies-function.js Loading commit data...
proxies-hash.js Loading commit data...
proxies-json.js Loading commit data...
proxies-symbols.js Loading commit data...
proxies.js Loading commit data...
symbols.js Loading commit data...
typedarrays.js Loading commit data...
typeof.js Loading commit data...