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

Issue 209993002: Parser fix: check allow_harmony_scoping() instead of FLAG_harmony_scoping. (Closed)

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

Description

Parser fix: check allow_harmony_scoping() instead of FLAG_harmony_scoping. Without this fix, ParserBase::set_allow_harmony_scoping() and the kAllowHarmonyScoping in test-parsing.cc don't have any effect, and we end up not running the tests with harmony scoping allowed. R=rossberg@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20200

Patch Set 1 #

Patch Set 2 : preparser too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -15 lines) Patch
M src/parser.cc View 10 chunks +13 lines, -12 lines 0 comments Download
M src/preparser.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
marja
rossberg, ptal
6 years, 9 months ago (2014-03-24 13:42:36 UTC) #1
marja
oops, preparser needs the same fix; updated the CL.
6 years, 9 months ago (2014-03-24 13:50:02 UTC) #2
rossberg
lgtm
6 years, 9 months ago (2014-03-24 14:27:56 UTC) #3
marja
6 years, 9 months ago (2014-03-24 14:42:04 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r20200 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698