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

Issue 219993004: Fix line number table generation for multiline strings with interpolation. (Closed)

Created:
6 years, 8 months ago by turnidge
Modified:
6 years, 8 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix line number table generation for multiline strings with interpolation. Share the line number table generation code between debugger and vm service. R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=34606

Patch Set 1 #

Total comments: 2

Patch Set 2 : post code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -69 lines) Patch
M runtime/vm/debugger_api_impl.cc View 1 chunk +1 line, -34 lines 0 comments Download
M runtime/vm/debugger_api_impl_test.cc View 1 chunk +60 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 chunks +92 lines, -35 lines 0 comments Download
M runtime/vm/scanner.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
turnidge
6 years, 8 months ago (2014-03-31 21:30:48 UTC) #1
hausner
LGTM https://codereview.chromium.org/219993004/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/219993004/diff/1/runtime/vm/object.cc#newcode7610 runtime/vm/object.cc:7610: // 13 string('') interpol_var(foo) interpol_var is followed at ...
6 years, 8 months ago (2014-03-31 23:11:32 UTC) #2
turnidge
https://codereview.chromium.org/219993004/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/219993004/diff/1/runtime/vm/object.cc#newcode7610 runtime/vm/object.cc:7610: // 13 string('') interpol_var(foo) On 2014/03/31 23:11:32, hausner wrote: ...
6 years, 8 months ago (2014-04-01 18:06:05 UTC) #3
turnidge
6 years, 8 months ago (2014-04-01 18:16:34 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r34606 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698