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

Issue 217823003: Make invalid LHSs that are calls late errors (Closed)

Created:
6 years, 8 months ago by rossberg
Modified:
6 years, 8 months ago
Reviewers:
marja
CC:
v8-dev
Visibility:
Public.

Description

Make invalid LHSs that are calls late errors Necessary for web legacy compatibility. Also fold in additional strict mode checks into LHS checks. Minor constness clean-ups on the way. R=marja@chromium.org BUG=chromium:358346 LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=20428

Patch Set 1 #

Total comments: 4

Patch Set 2 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -213 lines) Patch
M src/arm/full-codegen-arm.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/ast.h View 1 7 chunks +28 lines, -25 lines 0 comments Download
M src/ast.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M src/heap.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/parser.h View 4 chunks +24 lines, -23 lines 0 comments Download
M src/parser.cc View 1 8 chunks +66 lines, -79 lines 0 comments Download
M src/preparser.h View 1 12 chunks +67 lines, -40 lines 0 comments Download
M src/preparser.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M src/variables.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/variables.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +10 lines, -1 line 0 comments Download
M test/mjsunit/invalid-lhs.js View 2 chunks +15 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
rossberg
6 years, 8 months ago (2014-04-01 15:38:43 UTC) #1
marja
lgtm modulo comments... https://codereview.chromium.org/217823003/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/217823003/diff/1/src/parser.cc#newcode3031 src/parser.cc:3031: if (expression == NULL) { I ...
6 years, 8 months ago (2014-04-01 16:13:47 UTC) #2
rossberg
https://codereview.chromium.org/217823003/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/217823003/diff/1/src/parser.cc#newcode3031 src/parser.cc:3031: if (expression == NULL) { On 2014/04/01 16:13:47, marja ...
6 years, 8 months ago (2014-04-01 17:20:05 UTC) #3
marja
(still lgtm)
6 years, 8 months ago (2014-04-02 10:42:41 UTC) #4
rossberg
6 years, 8 months ago (2014-04-02 11:03:20 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r20428 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698