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

Issue 2391323002: [inspector] command line api debug and monitor works with bound functions (Closed)

Created:
4 years, 2 months ago by kozy
Modified:
4 years, 2 months ago
Reviewers:
dgozman
CC:
v8-reviews_googlegroups.com, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[inspector] command line api debug and monitor works with bound functions BUG=chromium:496666 R=dgozman@chromium.org Committed: https://crrev.com/5ff4d02da5a5c0ede45354a858c6e72b78352393 Cr-Commit-Position: refs/heads/master@{#40007}

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -2 lines) Patch
M src/inspector/v8-console.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
A test/inspector/debugger/command-line-api-with-bound-function.js View 1 1 chunk +64 lines, -0 lines 0 comments Download
A test/inspector/debugger/command-line-api-with-bound-function-expected.txt View 1 1 chunk +23 lines, -0 lines 0 comments Download
M test/inspector/protocol-test.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (3 generated)
kozy
Dmitry, please take a look!
4 years, 2 months ago (2016-10-05 16:18:00 UTC) #1
dgozman
lgtm https://codereview.chromium.org/2391323002/diff/1/src/inspector/v8-console.cc File src/inspector/v8-console.cc (right): https://codereview.chromium.org/2391323002/diff/1/src/inspector/v8-console.cc#newcode144 src/inspector/v8-console.cc:144: while (targetFunction->IsFunction()) { while (func->GetBoundFunction()->IsFunction()) func = func->GetBoundFunction(); ...
4 years, 2 months ago (2016-10-05 17:23:32 UTC) #2
kozy
Thanks! All done. https://codereview.chromium.org/2391323002/diff/1/src/inspector/v8-console.cc File src/inspector/v8-console.cc (right): https://codereview.chromium.org/2391323002/diff/1/src/inspector/v8-console.cc#newcode144 src/inspector/v8-console.cc:144: while (targetFunction->IsFunction()) { On 2016/10/05 17:23:32, ...
4 years, 2 months ago (2016-10-05 17:33:10 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2391323002/20001
4 years, 2 months ago (2016-10-05 17:33:21 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-05 17:58:58 UTC) #7
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 17:59:18 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5ff4d02da5a5c0ede45354a858c6e72b78352393
Cr-Commit-Position: refs/heads/master@{#40007}

Powered by Google App Engine
This is Rietveld 408576698