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

Issue 2006673002: Reduce boilerplace for common pattern to return MaybeHandle. (Closed)

Created:
4 years, 7 months ago by Yang
Modified:
4 years, 7 months ago
Reviewers:
Franzi, Jakob Kummerow
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Reduce boilerplace for common pattern to return MaybeHandle. R=franzih@chromium.org Committed: https://crrev.com/47af330df7ad9f0fe48de51b53b9c49f46b50f88 Cr-Commit-Position: refs/heads/master@{#36470}

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : rebase and fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -505 lines) Patch
M src/builtins.cc View 18 chunks +35 lines, -83 lines 0 comments Download
M src/ic/ic.cc View 21 chunks +22 lines, -57 lines 0 comments Download
M src/isolate.h View 1 2 3 chunks +31 lines, -11 lines 0 comments Download
M src/runtime/runtime-array.cc View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M src/runtime/runtime-classes.cc View 4 chunks +11 lines, -21 lines 0 comments Download
M src/runtime/runtime-debug.cc View 1 2 8 chunks +17 lines, -38 lines 0 comments Download
M src/runtime/runtime-forin.cc View 3 chunks +3 lines, -9 lines 0 comments Download
M src/runtime/runtime-function.cc View 2 chunks +6 lines, -11 lines 0 comments Download
M src/runtime/runtime-i18n.cc View 5 chunks +17 lines, -31 lines 0 comments Download
M src/runtime/runtime-internal.cc View 3 chunks +6 lines, -14 lines 0 comments Download
M src/runtime/runtime-json.cc View 1 2 3 chunks +7 lines, -14 lines 0 comments Download
M src/runtime/runtime-literals.cc View 3 chunks +6 lines, -12 lines 0 comments Download
M src/runtime/runtime-liveedit.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/runtime/runtime-object.cc View 18 chunks +26 lines, -71 lines 0 comments Download
M src/runtime/runtime-operators.cc View 12 chunks +14 lines, -48 lines 0 comments Download
M src/runtime/runtime-proxy.cc View 3 chunks +8 lines, -14 lines 0 comments Download
M src/runtime/runtime-regexp.cc View 2 chunks +3 lines, -8 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 5 chunks +7 lines, -18 lines 0 comments Download
M src/runtime/runtime-strings.cc View 2 chunks +6 lines, -10 lines 0 comments Download
M src/runtime/runtime-symbol.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/runtime/runtime-uri.cc View 2 chunks +8 lines, -12 lines 0 comments Download
M src/uri.h View 2 chunks +5 lines, -4 lines 0 comments Download
M src/uri.cc View 2 chunks +4 lines, -7 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
Yang
4 years, 7 months ago (2016-05-23 12:37:55 UTC) #1
Franzi
lgtm LGTM.
4 years, 7 months ago (2016-05-23 17:40:56 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2006673002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2006673002/1
4 years, 7 months ago (2016-05-23 18:16:11 UTC) #4
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/15804)
4 years, 7 months ago (2016-05-23 18:19:42 UTC) #6
Yang
Jakob, could you give src/ic an OWNERs ok?
4 years, 7 months ago (2016-05-23 18:28:43 UTC) #8
Jakob Kummerow
src/ic/ LGTM. https://codereview.chromium.org/2006673002/diff/20001/src/isolate.h File src/isolate.h (right): https://codereview.chromium.org/2006673002/diff/20001/src/isolate.h#newcode132 src/isolate.h:132: return isolate->heap()->exception(); \ It seems inconsistent that ...
4 years, 7 months ago (2016-05-24 09:16:22 UTC) #9
Yang
https://codereview.chromium.org/2006673002/diff/20001/src/isolate.h File src/isolate.h (right): https://codereview.chromium.org/2006673002/diff/20001/src/isolate.h#newcode132 src/isolate.h:132: return isolate->heap()->exception(); \ On 2016/05/24 09:16:21, Jakob wrote: > ...
4 years, 7 months ago (2016-05-24 11:07:21 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2006673002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2006673002/40001
4 years, 7 months ago (2016-05-24 11:07:59 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-24 11:45:25 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-05-24 11:46:41 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/47af330df7ad9f0fe48de51b53b9c49f46b50f88
Cr-Commit-Position: refs/heads/master@{#36470}

Powered by Google App Engine
This is Rietveld 408576698