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 10689134: Correctly report octal literals in strict mode when preparsing. (Closed)

Created:
8 years, 5 months ago by Yang
Modified:
8 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Correctly report octal literals in strict mode when preparsing. SingletonLogger::LogMessage did not work as advertised and overwrote existing message. R=mstarzinger@chromium.org BUG=v8:2220 TEST=test-parsing/PreparserStrictOctal Committed: https://code.google.com/p/v8/source/detail?r=12031

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M src/parser.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Yang
8 years, 5 months ago (2012-07-10 11:59:11 UTC) #1
Michael Starzinger
8 years, 5 months ago (2012-07-10 12:14:20 UTC) #2
LGTM. You could prefix the test name in the CL description with "test-parsing/"
or "cctest/test-parsing/".

Powered by Google App Engine
This is Rietveld 408576698