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

Issue 1030673002: Make debugger step into bound callbacks passed to Array.forEach. (Closed)

Created:
5 years, 9 months ago by aandrey
Modified:
5 years, 9 months ago
Reviewers:
kozy, Yang
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Make debugger step into bound callbacks passed to Array.forEach. BUG=chromium:450004 R=yangguo@chromium.org, kozyatinskiy@chromium.org LOG=N Committed: https://crrev.com/fc1689392e4c10552878a2ae448ac33735b6aac8 Cr-Commit-Position: refs/heads/master@{#27419}

Patch Set 1 #

Total comments: 2

Patch Set 2 : re-done, added test #

Patch Set 3 : fixed test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -18 lines) Patch
M src/runtime/runtime-debug.cc View 1 3 chunks +8 lines, -5 lines 0 comments Download
M test/mjsunit/debug-stepin-foreach.js View 1 chunk +5 lines, -3 lines 0 comments Download
A + test/mjsunit/es6/debug-stepin-promises.js View 1 2 2 chunks +24 lines, -10 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
aandrey
5 years, 9 months ago (2015-03-23 15:35:43 UTC) #1
kozy
https://codereview.chromium.org/1030673002/diff/1/src/runtime/runtime-debug.cc File src/runtime/runtime-debug.cc (right): https://codereview.chromium.org/1030673002/diff/1/src/runtime/runtime-debug.cc#newcode2750 src/runtime/runtime-debug.cc:2750: return isolate->heap()->true_value(); Why can we eliminate callback function check?
5 years, 9 months ago (2015-03-23 16:49:28 UTC) #2
Yang
https://codereview.chromium.org/1030673002/diff/1/src/runtime/runtime-debug.cc File src/runtime/runtime-debug.cc (left): https://codereview.chromium.org/1030673002/diff/1/src/runtime/runtime-debug.cc#oldcode2753 src/runtime/runtime-debug.cc:2753: !JSFunction::cast(callback)->IsBuiltin()); Can't we make this change a lot simpler ...
5 years, 9 months ago (2015-03-24 07:27:15 UTC) #3
aandrey
On 2015/03/24 07:27:15, Yang wrote: > https://codereview.chromium.org/1030673002/diff/1/src/runtime/runtime-debug.cc > File src/runtime/runtime-debug.cc (left): > > https://codereview.chromium.org/1030673002/diff/1/src/runtime/runtime-debug.cc#oldcode2753 > ...
5 years, 9 months ago (2015-03-24 13:18:06 UTC) #4
Yang
On 2015/03/24 13:18:06, aandrey wrote: > On 2015/03/24 07:27:15, Yang wrote: > > https://codereview.chromium.org/1030673002/diff/1/src/runtime/runtime-debug.cc > ...
5 years, 9 months ago (2015-03-24 13:23:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1030673002/20001
5 years, 9 months ago (2015-03-24 13:25:26 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/1186)
5 years, 9 months ago (2015-03-24 13:37:10 UTC) #9
Yang
On 2015/03/24 13:37:10, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 9 months ago (2015-03-24 13:58:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1030673002/40001
5 years, 9 months ago (2015-03-24 15:14:48 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 9 months ago (2015-03-24 16:02:07 UTC) #14
commit-bot: I haz the power
5 years, 9 months ago (2015-03-24 16:02:25 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/fc1689392e4c10552878a2ae448ac33735b6aac8
Cr-Commit-Position: refs/heads/master@{#27419}

Powered by Google App Engine
This is Rietveld 408576698