Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: cherry pick 7166503 from upstream v8 #9173

Commits on Nov 15, 2016

  1. deps: cherry pick 7166503 from upstream v8

    Original Commit Message:
      Previously, any expressions inside destructuring patterns in a catch
      would be parsed in the surrounding scope, instead of in the catch's
      scope. This change fixes that by entering not only the catch scope,
      but also the block scope inside it.
    cristiancavalli committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    7e6574b View commit details
    Browse the repository at this point in the history