• Toon Verwaest's avatar
    [parser] Change how catch is parsed · a5f559c3
    Toon Verwaest authored
    - Directly declares the special catch variable from the parser-base.
    - Tracks Scope on PreParserBlock and finds conflicting lexical declarations by
      simply walking the VariableMap of the block inserted for the pattern; or the
      catch variable in case of identifier.
    - This also enables throwing errors for duplicate let in the preparser. We may
      have to back that out if it breaks something.
    
    Bug: v8:2728, v8:7828
    Change-Id: Id2eea62062533eb99cd6670c42a4b1da87139008
    Reviewed-on: https://chromium-review.googlesource.com/c/1382095Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
    Commit-Queue: Toon Verwaest <verwaest@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58353}
    a5f559c3
Name
Last commit
Last update
..
OWNERS Loading commit data...
ast-function-literal-id-reindexer.cc Loading commit data...
ast-function-literal-id-reindexer.h Loading commit data...
ast-source-ranges.h Loading commit data...
ast-traversal-visitor.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...
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...