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

Issue 6816021: Report stack overflow exceptions to V8 message listeners (Closed)

Created:
9 years, 8 months ago by yurys
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Report stack overflow exceptions to V8 message listeners Stack overflow exceptions like other JavaScript exceptions should be reported to listeners added via V8::AddMessageListener Committed: http://code.google.com/p/v8/source/detail?r=7553

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -24 lines) Patch
M src/isolate.h View 1 3 chunks +1 line, -5 lines 0 comments Download
M src/messages.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M src/messages.cc View 1 2 chunks +1 line, -6 lines 0 comments Download
M src/top.cc View 1 4 chunks +5 lines, -10 lines 0 comments Download
M test/cctest/test-api.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
yurys
9 years, 8 months ago (2011-04-07 18:03:23 UTC) #1
antonm
http://codereview.chromium.org/6816021/diff/1/src/top.cc File src/top.cc (right): http://codereview.chromium.org/6816021/diff/1/src/top.cc#newcode832 src/top.cc:832: if (!thread_local_top()->pending_message_obj_->IsTheHole()) { sorry for popping up, but maybe ...
9 years, 8 months ago (2011-04-07 18:53:32 UTC) #2
yurys
http://codereview.chromium.org/6816021/diff/1/src/top.cc File src/top.cc (right): http://codereview.chromium.org/6816021/diff/1/src/top.cc#newcode832 src/top.cc:832: if (!thread_local_top()->pending_message_obj_->IsTheHole()) { On 2011/04/07 18:53:32, antonm wrote: > ...
9 years, 8 months ago (2011-04-08 07:51:41 UTC) #3
yurys
I removed ReportMessage(const char*) completely, please take a look.
9 years, 8 months ago (2011-04-08 08:37:28 UTC) #4
antonm
9 years, 8 months ago (2011-04-08 09:36:17 UTC) #5
Nice.  Off you go, ol' code.  LGTM.

Powered by Google App Engine
This is Rietveld 408576698