1. 05 Jun, 2018 1 commit
  2. 22 Nov, 2017 1 commit
  3. 30 Oct, 2017 1 commit
    • Sathya Gunasekaran's avatar
      [parser] Add new FunctionNameInferrer state before parsing param · c3458a86
      Sathya Gunasekaran authored
      Create new state before parsing FormalParameter because we don't
      want to use any of the parameters as an inferred function name.
      
      Previously the stacktrace was:
        test.js:3: Error: boom
            throw new Error('boom');
            ^
        Error: boom
            at param (test.js:3:11)
            at test.js:4:5
            at test.js:6:3
      
      The stacktrace with this patch:
        test.js:3: Error: boom
            throw new Error('boom');
            ^
        Error: boom
            at test.js:3:11
            at test.js:4:5
            at test.js:6:3
      
      
      Bug: v8:6822, v8:6513
      Change-Id: Ifbadc660fc4e85248af405acd67c025f11662bd4
      Reviewed-on: https://chromium-review.googlesource.com/742657Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
      Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#49042}
      c3458a86
  4. 15 Feb, 2017 1 commit
  5. 07 Feb, 2017 1 commit
  6. 20 Jan, 2017 1 commit
  7. 04 Jan, 2017 1 commit