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

Issue 10765017: Add quotes around strings when generating source from the token stream. (Closed)

Created:
8 years, 5 months ago by siva
Modified:
8 years, 5 months ago
Reviewers:
cshapiro
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add quotes around strings when generating source from the token stream. Committed: https://code.google.com/p/dart/source/detail?r=9536

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -1 line) Patch
M vm/object.h View 1 2 3 4 chunks +8 lines, -0 lines 0 comments Download
M vm/object.cc View 1 2 3 5 chunks +119 lines, -1 line 0 comments Download
M vm/snapshot_test.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
8 years, 5 months ago (2012-07-10 02:19:11 UTC) #1
cshapiro
https://chromiumcodereview.appspot.com/10765017/diff/6001/vm/object.cc File vm/object.cc (right): https://chromiumcodereview.appspot.com/10765017/diff/6001/vm/object.cc#newcode8301 vm/object.cc:8301: if (str.CharAt(i) == '"') { This entails one virtual ...
8 years, 5 months ago (2012-07-10 19:03:26 UTC) #2
siva
Addressed comments. PTAL https://chromiumcodereview.appspot.com/10765017/diff/6001/vm/object.cc File vm/object.cc (right): https://chromiumcodereview.appspot.com/10765017/diff/6001/vm/object.cc#newcode8301 vm/object.cc:8301: if (str.CharAt(i) == '"') { On ...
8 years, 5 months ago (2012-07-10 22:59:10 UTC) #3
cshapiro
8 years, 5 months ago (2012-07-10 23:03:57 UTC) #4
lgtm

lgtm

ship it!

Powered by Google App Engine
This is Rietveld 408576698