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

Issue 739523002: Allow stepping into Object.observe handlers. (Closed)

Created:
6 years, 1 month ago by aandrey
Modified:
6 years, 1 month ago
Reviewers:
adamk, Yang
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : added test/mjsunit/debug-stepin-foreach.js #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -98 lines) Patch
M src/debug.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime/runtime-debug.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/runtime/runtime-observe.cc View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
A test/mjsunit/debug-stepin-foreach.js View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A + test/mjsunit/es6/debug-stepin-microtasks.js View 1 2 3 4 2 chunks +38 lines, -17 lines 0 comments Download
D test/mjsunit/es6/debug-stepin-promises.js View 1 chunk +0 lines, -80 lines 0 comments Download

Messages

Total messages: 12 (1 generated)
aandrey
6 years, 1 month ago (2014-11-18 11:44:44 UTC) #1
Yang
https://codereview.chromium.org/739523002/diff/1/src/debug.h File src/debug.h (right): https://codereview.chromium.org/739523002/diff/1/src/debug.h#newcode413 src/debug.h:413: StepAction LastStepAction() { return thread_local_.last_step_action_; } I'm curious why ...
6 years, 1 month ago (2014-11-18 11:46:39 UTC) #2
aandrey
https://codereview.chromium.org/739523002/diff/1/src/debug.h File src/debug.h (right): https://codereview.chromium.org/739523002/diff/1/src/debug.h#newcode413 src/debug.h:413: StepAction LastStepAction() { return thread_local_.last_step_action_; } On 2014/11/18 11:46:39, ...
6 years, 1 month ago (2014-11-18 11:52:24 UTC) #3
aandrey
On 2014/11/18 11:52:24, aandrey wrote: > https://codereview.chromium.org/739523002/diff/1/src/debug.h > File src/debug.h (right): > > https://codereview.chromium.org/739523002/diff/1/src/debug.h#newcode413 > ...
6 years, 1 month ago (2014-11-18 11:54:42 UTC) #4
aandrey
https://codereview.chromium.org/739523002/diff/20001/src/debug.h File src/debug.h (right): https://codereview.chromium.org/739523002/diff/20001/src/debug.h#newcode413 src/debug.h:413: StepAction LastStepAction() { return thread_local_.last_step_action_; } or should I ...
6 years, 1 month ago (2014-11-18 16:07:44 UTC) #5
Yang
On 2014/11/18 16:07:44, aandrey wrote: > https://codereview.chromium.org/739523002/diff/20001/src/debug.h > File src/debug.h (right): > > https://codereview.chromium.org/739523002/diff/20001/src/debug.h#newcode413 > ...
6 years, 1 month ago (2014-11-18 16:11:19 UTC) #6
aandrey
On 2014/11/18 16:11:19, Yang wrote: > On 2014/11/18 16:07:44, aandrey wrote: > > https://codereview.chromium.org/739523002/diff/20001/src/debug.h > ...
6 years, 1 month ago (2014-11-18 16:20:42 UTC) #7
aandrey
Added test/mjsunit/debug-stepin-foreach.js PTAL.
6 years, 1 month ago (2014-11-19 10:54:06 UTC) #8
Yang
On 2014/11/19 10:54:06, aandrey wrote: > Added test/mjsunit/debug-stepin-foreach.js > > PTAL. LGTM. Please run blink's ...
6 years, 1 month ago (2014-11-19 14:05:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/739523002/80001
6 years, 1 month ago (2014-11-19 14:49:46 UTC) #11
commit-bot: I haz the power
6 years, 1 month ago (2014-11-19 15:16:37 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:80001)

Powered by Google App Engine
This is Rietveld 408576698