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

Issue 687253002: Introduce v8::Exception::GetMessage to find location of an error object. (Closed)

Created:
6 years, 1 month ago by aandrey
Modified:
6 years, 1 month ago
Reviewers:
Yang
CC:
v8-dev, Paweł Hajdan Jr.
Project:
v8
Visibility:
Public.

Description

Introduce v8::Exception::GetMessage to find location of an error object. API=v8::Exception::GetMessage BUG=chromium:427954 R=yangguo@chromium.org LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=25015 Committed: https://code.google.com/p/v8/source/detail?r=25021

Patch Set 1 #

Patch Set 2 : added V8_DEPRECATED #

Total comments: 5

Patch Set 3 : relanding #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -18 lines) Patch
M include/v8.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M src/isolate.h View 2 chunks +5 lines, -3 lines 0 comments Download
M src/isolate.cc View 1 2 5 chunks +47 lines, -7 lines 0 comments Download
M test/cctest/test-api.cc View 1 4 chunks +17 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
aandrey
6 years, 1 month ago (2014-10-29 17:35:56 UTC) #1
Yang
can you explain when this would be necessary?
6 years, 1 month ago (2014-10-29 17:59:01 UTC) #2
aandrey
If DevTools is closed there is no stack trace on unhandled rejection messages and no ...
6 years, 1 month ago (2014-10-30 09:52:19 UTC) #3
Yang
https://codereview.chromium.org/687253002/diff/20001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/687253002/diff/20001/src/isolate.cc#newcode1258 src/isolate.cc:1258: ComputeLocation(&potential_computed_location); If you are going to compute the location ...
6 years, 1 month ago (2014-10-30 12:32:38 UTC) #4
aandrey
https://codereview.chromium.org/687253002/diff/20001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/687253002/diff/20001/src/isolate.cc#newcode1258 src/isolate.cc:1258: ComputeLocation(&potential_computed_location); On 2014/10/30 12:32:38, Yang wrote: > If you ...
6 years, 1 month ago (2014-10-30 12:47:11 UTC) #5
Yang
On 2014/10/30 12:47:11, aandrey wrote: > https://codereview.chromium.org/687253002/diff/20001/src/isolate.cc > File src/isolate.cc (right): > > https://codereview.chromium.org/687253002/diff/20001/src/isolate.cc#newcode1258 > ...
6 years, 1 month ago (2014-10-30 12:54:22 UTC) #6
aandrey
Committed patchset #2 (id:20001) manually as 25015 (presubmit successful).
6 years, 1 month ago (2014-10-30 13:18:07 UTC) #7
aandrey
6 years, 1 month ago (2014-10-30 14:51:29 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 25021 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698