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

Issue 711353002: Rename v8::Exception::GetMessage to CreateMessage. (Closed)

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

Description

Rename v8::Exception::GetMessage to CreateMessage. This is to avoid renaming to GetMessageW/GetMessageA on Windows. API=v8::Exception::CreateMessage R=yangguo@chromium.org, loislo LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=25273

Patch Set 1 #

Total comments: 2

Patch Set 2 : added tests for v8::Exception::GetStackTrace #

Patch Set 3 : added comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -8 lines) Patch
M include/v8.h View 1 2 2 chunks +11 lines, -3 lines 0 comments Download
M src/api.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-api.cc View 1 6 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
aandrey
6 years, 1 month ago (2014-11-11 10:52:07 UTC) #1
aandrey
https://codereview.chromium.org/711353002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/711353002/diff/1/include/v8.h#newcode4192 include/v8.h:4192: static Local<StackTrace> GetStackTrace(Handle<Value> exception); This method will be used ...
6 years, 1 month ago (2014-11-11 10:54:07 UTC) #2
Yang
https://codereview.chromium.org/711353002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/711353002/diff/1/include/v8.h#newcode4192 include/v8.h:4192: static Local<StackTrace> GetStackTrace(Handle<Value> exception); On 2014/11/11 10:54:07, aandrey wrote: ...
6 years, 1 month ago (2014-11-11 13:49:14 UTC) #3
aandrey
On 2014/11/11 13:49:14, Yang wrote: > https://codereview.chromium.org/711353002/diff/1/include/v8.h > File include/v8.h (right): > > https://codereview.chromium.org/711353002/diff/1/include/v8.h#newcode4192 > ...
6 years, 1 month ago (2014-11-11 14:01:11 UTC) #4
aandrey
On 2014/11/11 13:49:14, Yang wrote: > https://codereview.chromium.org/711353002/diff/1/include/v8.h > File include/v8.h (right): > > https://codereview.chromium.org/711353002/diff/1/include/v8.h#newcode4192 > ...
6 years, 1 month ago (2014-11-11 14:01:12 UTC) #5
Yang
On 2014/11/11 14:01:12, aandrey wrote: > On 2014/11/11 13:49:14, Yang wrote: > > https://codereview.chromium.org/711353002/diff/1/include/v8.h > ...
6 years, 1 month ago (2014-11-11 14:16:09 UTC) #6
aandrey
On 2014/11/11 14:16:09, Yang wrote: > On 2014/11/11 14:01:12, aandrey wrote: > > On 2014/11/11 ...
6 years, 1 month ago (2014-11-11 17:51:28 UTC) #7
aandrey
6 years, 1 month ago (2014-11-12 07:00:46 UTC) #8
Message was sent while issue was closed.
Committed manually as 25273 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698