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

Issue 140543003: Tests for (pre)parse errors when "eval" and "arguments" are found in inappropriate places. (Closed)

Created:
6 years, 10 months ago by marja
Modified:
6 years, 10 months ago
Reviewers:
ulan
CC:
v8-dev, Michael Starzinger
Visibility:
Public.

Description

Tests for (pre)parse errors when "eval" and "arguments" are found in inappropriate places. In addition: - Fix a bug in parser discovered by the tests (prefix and postfix confused in an error message); the preparser had it right. - Unify the parser and preparser error locations when the name of a function is "eval" or "arguments. Now both point to the name. BUG=3126 LOG=N R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19050

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : rebased #

Patch Set 5 : comment #

Patch Set 6 : one more test (trivial change) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -14 lines) Patch
M src/parser.h View 1 2 1 chunk +8 lines, -7 lines 0 comments Download
M src/parser.cc View 1 2 7 chunks +11 lines, -7 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 3 4 5 1 chunk +142 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
marja
ulan, wdyt? (mstarzinger, fyi)
6 years, 10 months ago (2014-02-03 16:18:19 UTC) #1
ulan
lgtm
6 years, 10 months ago (2014-02-04 09:16:50 UTC) #2
marja
6 years, 10 months ago (2014-02-04 09:47:37 UTC) #3
Message was sent while issue was closed.
Committed patchset #6 manually as r19050 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698