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

Issue 231883007: Return MaybeHandle from Invoke. (Closed)

Created:
6 years, 8 months ago by Yang
Modified:
6 years, 8 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Total comments: 4

Patch Set 3 : fixed TryCall #

Total comments: 3

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+716 lines, -942 lines) Patch
M src/accessors.cc View 1 chunk +6 lines, -7 lines 0 comments Download
M src/api.cc View 36 chunks +126 lines, -124 lines 0 comments Download
M src/bootstrapper.cc View 2 chunks +6 lines, -8 lines 0 comments Download
M src/builtins.cc View 3 chunks +15 lines, -17 lines 0 comments Download
M src/debug.h View 2 chunks +15 lines, -22 lines 0 comments Download
M src/debug.cc View 1 2 17 chunks +91 lines, -152 lines 0 comments Download
M src/debug-debugger.js View 1 chunk +0 lines, -25 lines 0 comments Download
M src/execution.h View 1 2 3 chunks +45 lines, -49 lines 0 comments Download
M src/execution.cc View 1 2 15 chunks +138 lines, -165 lines 0 comments Download
M src/factory.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M src/factory.cc View 1 2 3 3 chunks +27 lines, -21 lines 0 comments Download
M src/handles.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/handles.cc View 1 2 3 chunks +17 lines, -29 lines 0 comments Download
M src/ic.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/isolate.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M src/json-stringifier.h View 3 chunks +15 lines, -15 lines 0 comments Download
M src/jsregexp.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/jsregexp.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M src/messages.cc View 1 2 1 chunk +4 lines, -9 lines 0 comments Download
M src/objects.h View 2 chunks +5 lines, -4 lines 0 comments Download
M src/objects.cc View 15 chunks +47 lines, -55 lines 0 comments Download
M src/runtime.cc View 32 chunks +127 lines, -178 lines 0 comments Download
M test/cctest/test-compiler.cc View 9 chunks +9 lines, -29 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yang
6 years, 8 months ago (2014-04-10 12:22:10 UTC) #1
Igor Sheludko
First round of comments. https://codereview.chromium.org/231883007/diff/1/src/debug.cc File src/debug.cc (right): https://codereview.chromium.org/231883007/diff/1/src/debug.cc#newcode796 src/debug.cc:796: if (!exception.is_null()) { I think ...
6 years, 8 months ago (2014-04-10 15:14:41 UTC) #2
Igor Sheludko
https://codereview.chromium.org/231883007/diff/20001/src/debug.cc File src/debug.cc (right): https://codereview.chromium.org/231883007/diff/20001/src/debug.cc#newcode2615 src/debug.cc:2615: &caught_exception); I think we should write here and in ...
6 years, 8 months ago (2014-04-10 21:34:29 UTC) #3
Igor Sheludko
I'm sorry for sending comments in many mails. https://codereview.chromium.org/231883007/diff/20001/src/factory.cc File src/factory.cc (right): https://codereview.chromium.org/231883007/diff/20001/src/factory.cc#newcode1168 src/factory.cc:1168: return ...
6 years, 8 months ago (2014-04-10 21:44:34 UTC) #4
Igor Sheludko
This is a great cleanup! lgtm with nits: https://codereview.chromium.org/231883007/diff/20001/src/factory.h File src/factory.h (right): https://codereview.chromium.org/231883007/diff/20001/src/factory.h#newcode510 src/factory.h:510: MaybeHandle<FunctionTemplateInfo> ...
6 years, 8 months ago (2014-04-11 09:30:02 UTC) #5
Yang
https://codereview.chromium.org/231883007/diff/20001/src/factory.h File src/factory.h (right): https://codereview.chromium.org/231883007/diff/20001/src/factory.h#newcode510 src/factory.h:510: MaybeHandle<FunctionTemplateInfo> ConfigureInstance( On 2014/04/11 09:30:03, Igor Sheludko wrote: > ...
6 years, 8 months ago (2014-04-11 09:41:51 UTC) #6
Yang
6 years, 8 months ago (2014-04-11 10:41:27 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r20680 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698