• littledan's avatar
    [esnext] Fix various callsites to use is_resumable, not is_generator · 46253e74
    littledan authored
    Async functions are built out of generators, but the
    SharedFunctionInfo returns false for is_generator. is_resumable is
    the broader query. This patch fixes many parts of V8 to refer
    to is_resumable as appropriate.
    
    One incidental change is to remove a check for generators extending
    classes. This is part of a general check for constructors being the
    only thing which can extend classes, so it is removed here and the
    error message for the general case is made more accurate.
    
    BUG=v8:4483
    
    Review-Url: https://codereview.chromium.org/1996943002
    Cr-Commit-Position: refs/heads/master@{#36621}
    46253e74
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...
test-bytecode-generator.cc Loading commit data...
test-interpreter-intrinsics.cc Loading commit data...
test-interpreter.cc Loading commit data...