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

Issue 653023004: Work in progress: allow pause-on-exceptions to work in Object.observe callbacks (Closed)

Created:
6 years, 1 month ago by adamk
Modified:
6 years, 1 month ago
Reviewers:
aandrey, Yang
CC:
v8-dev, yurys
Project:
v8
Visibility:
Public.

Description

Work in progress: allow pause-on-exceptions to work in Object.observe callbacks NOT YET READY FOR LANDING BUG=chromium:335660 LOG=y

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -8 lines) Patch
M src/debug.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/isolate.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/isolate.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/object-observe.js View 1 chunk +6 lines, -1 line 1 comment Download
M src/runtime/runtime-debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
Yang
This is looking good. Though maybe we can find something more meaningful than null as ...
6 years, 1 month ago (2014-10-30 10:34:23 UTC) #2
aandrey
https://codereview.chromium.org/653023004/diff/1/src/object-observe.js File src/object-observe.js (right): https://codereview.chromium.org/653023004/diff/1/src/object-observe.js#newcode574 src/object-observe.js:574: %DebugPushPromise(null); But should not we patch Isolate::DoThrow() instead? Maybe ...
6 years, 1 month ago (2014-10-30 10:53:01 UTC) #4
Yang
On 2014/10/30 10:53:01, aandrey wrote: > https://codereview.chromium.org/653023004/diff/1/src/object-observe.js > File src/object-observe.js (right): > > https://codereview.chromium.org/653023004/diff/1/src/object-observe.js#newcode574 > ...
6 years, 1 month ago (2014-10-30 10:59:46 UTC) #5
Yang
On 2014/10/30 10:59:46, Yang wrote: > On 2014/10/30 10:53:01, aandrey wrote: > > https://codereview.chromium.org/653023004/diff/1/src/object-observe.js > ...
6 years, 1 month ago (2014-10-30 11:04:28 UTC) #6
aandrey
On 2014/10/30 10:59:46, Yang wrote: > On 2014/10/30 10:53:01, aandrey wrote: > > https://codereview.chromium.org/653023004/diff/1/src/object-observe.js > ...
6 years, 1 month ago (2014-10-30 11:05:32 UTC) #7
aandrey
On 2014/10/30 11:05:32, aandrey wrote: > On 2014/10/30 10:59:46, Yang wrote: > > On 2014/10/30 ...
6 years, 1 month ago (2014-10-30 11:12:35 UTC) #8
aandrey
On 2014/10/30 11:05:32, aandrey wrote: > On 2014/10/30 10:59:46, Yang wrote: > > On 2014/10/30 ...
6 years, 1 month ago (2014-10-30 11:16:06 UTC) #9
Yang
On 2014/10/30 11:16:06, aandrey wrote: > On 2014/10/30 11:05:32, aandrey wrote: > > On 2014/10/30 ...
6 years, 1 month ago (2014-10-30 11:47:13 UTC) #10
Yang
On 2014/10/30 11:47:13, Yang wrote: > On 2014/10/30 11:16:06, aandrey wrote: > > On 2014/10/30 ...
6 years, 1 month ago (2014-10-30 11:59:29 UTC) #11
aandrey
6 years, 1 month ago (2014-11-01 15:31:42 UTC) #12
Please look at my version here: https://codereview.chromium.org/692313003/

Powered by Google App Engine
This is Rietveld 408576698