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

Issue 732543002: Implement 'setVariableValue' for debugger block scopes. (Closed)

Created:
6 years, 1 month ago by Dmitry Lomov (no reviews)
Modified:
6 years, 1 month ago
Reviewers:
aandrey, *rossberg, yurys
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -2 lines) Patch
M src/runtime/runtime-debug.cc View 2 chunks +13 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/debug-evaluate-blockscopes.js View 1 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Dmitry Lomov (no reviews)
rossberg: PTAL aandrey, yurys: FYI
6 years, 1 month ago (2014-11-14 12:13:36 UTC) #3
yurys
lgtm
6 years, 1 month ago (2014-11-14 12:27:47 UTC) #4
rossberg
LGTM, I'd just suggest one more test. https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blockscopes.js File test/mjsunit/harmony/debug-evaluate-blockscopes.js (right): https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blockscopes.js#newcode74 test/mjsunit/harmony/debug-evaluate-blockscopes.js:74: let i ...
6 years, 1 month ago (2014-11-14 12:35:25 UTC) #5
aandrey
lgtm https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blockscopes.js File test/mjsunit/harmony/debug-evaluate-blockscopes.js (right): https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blockscopes.js#newcode88 test/mjsunit/harmony/debug-evaluate-blockscopes.js:88: allScopes[0].setVariableValue('i', 2); nit: ' or " (see 3 ...
6 years, 1 month ago (2014-11-14 12:39:58 UTC) #6
Dmitry Lomov (no reviews)
Comments addressed, landing https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blockscopes.js File test/mjsunit/harmony/debug-evaluate-blockscopes.js (right): https://codereview.chromium.org/732543002/diff/1/test/mjsunit/harmony/debug-evaluate-blockscopes.js#newcode74 test/mjsunit/harmony/debug-evaluate-blockscopes.js:74: let i = 1; On 2014/11/14 ...
6 years, 1 month ago (2014-11-14 13:38:27 UTC) #7
Dmitry Lomov (no reviews)
6 years, 1 month ago (2014-11-14 13:39:26 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
7e69b2f996b5f1b77a14474f9b8dd9731fd04f9f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698