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

Issue 153693002: 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
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=19062

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -22 lines) Patch
M src/parser.h View 1 chunk +8 lines, -7 lines 0 comments Download
M src/parser.cc View 7 chunks +11 lines, -7 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +142 lines, -0 lines 0 comments Download
M test/webkit/fast/js/basic-strict-mode-expected.txt View 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ulan
lgtm
6 years, 10 months ago (2014-02-04 11:25:36 UTC) #1
marja
6 years, 10 months ago (2014-02-04 11:26:29 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r19062 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698