Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Issue 2365693004: Refine duplicate arrow function parameter location handling (Closed)

Created:
4 years, 2 months ago by Dan Ehrenberg
Modified:
4 years, 2 months ago
Reviewers:
adamk
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Refine duplicate arrow function parameter location handling This patch fixes the logic of finding the location of a duplicate parameter error in arrow functions by only looking at the error if it exists. This should address a TSAN error. Further, an UNREACHABLE() statement is inserted somewhere in the ExpressionClassifier code to make future similar bugs easier to find. BUG=v8:4483 Committed: https://crrev.com/29f1475a8d4e8df2198e77f9f2bc1bb92a433435 Cr-Commit-Position: refs/heads/master@{#39701}

Patch Set 1 #

Patch Set 2 : Make MSVC happy #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M src/parsing/expression-classifier.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/parsing/parser.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 15 (11 generated)
adamk
lgtm
4 years, 2 months ago (2016-09-24 01:44:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2365693004/20001
4 years, 2 months ago (2016-09-24 01:45:22 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-09-24 02:07:09 UTC) #13
commit-bot: I haz the power
4 years, 2 months ago (2016-09-24 02:07:28 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/29f1475a8d4e8df2198e77f9f2bc1bb92a433435
Cr-Commit-Position: refs/heads/master@{#39701}

Powered by Google App Engine
This is Rietveld 408576698