• Caitlin Potter's avatar
    [prettyprinter] improve call-printing of GetIterator nodes · b086856f
    Caitlin Potter authored
    Fix error message printed by Runtime_ThrowCalledNonCallable.
    
    As noted on the bug, this has a slight problem in that it will always
    print that "asyncIterator" was not callable for GetIterator with an
    async IteratorType, though it may be referring to a different call.
    This issue is present regardless of the change I introduced to perform
    this desugaring in the BytecodeGenerator.
    
    BUG=v8:6187
    R=adamk@chromium.org, verwaest@chromium.org
    
    Change-Id: I2077b7cd5976d9d9ba044f0dff44ee8c312d1263
    Reviewed-on: https://chromium-review.googlesource.com/470806Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
    Commit-Queue: Caitlin Potter <caitp@igalia.com>
    Cr-Commit-Position: refs/heads/master@{#44543}
    b086856f
Name
Last commit
Last update
..
OWNERS Loading commit data...
ast-expression-rewriter.cc Loading commit data...
ast-expression-rewriter.h Loading commit data...
ast-function-literal-id-reindexer.cc Loading commit data...
ast-function-literal-id-reindexer.h Loading commit data...
ast-numbering.cc Loading commit data...
ast-numbering.h Loading commit data...
ast-traversal-visitor.h Loading commit data...
ast-type-bounds.h Loading commit data...
ast-types.cc Loading commit data...
ast-types.h Loading commit data...
ast-value-factory.cc Loading commit data...
ast-value-factory.h Loading commit data...
ast.cc Loading commit data...
ast.h Loading commit data...
compile-time-value.cc Loading commit data...
compile-time-value.h Loading commit data...
context-slot-cache.cc Loading commit data...
context-slot-cache.h Loading commit data...
modules.cc Loading commit data...
modules.h Loading commit data...
prettyprinter.cc Loading commit data...
prettyprinter.h Loading commit data...
scopes.cc Loading commit data...
scopes.h Loading commit data...
variables.cc Loading commit data...
variables.h Loading commit data...