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

Issue 418383002: Change Has* and Get*Attributes to return Maybe<*>, indicating possible exceptions. (Closed)

Created:
6 years, 5 months ago by Toon Verwaest
Modified:
6 years, 5 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev, Paweł Hajdan Jr.
Project:
v8
Visibility:
Public.

Description

Change Has* and Get*Attributes to return Maybe<*>, indicating possible exceptions. BUG= R=ishell@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22624

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+463 lines, -315 lines) Patch
M include/v8.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/api.cc View 7 chunks +40 lines, -12 lines 0 comments Download
M src/contexts.cc View 1 chunk +7 lines, -4 lines 0 comments Download
M src/i18n.cc View 6 chunks +18 lines, -6 lines 0 comments Download
M src/isolate.h View 1 chunk +10 lines, -7 lines 0 comments Download
M src/objects.h View 8 chunks +61 lines, -61 lines 0 comments Download
M src/objects.cc View 28 chunks +139 lines, -118 lines 0 comments Download
M src/objects-inl.h View 4 chunks +28 lines, -17 lines 1 comment Download
M src/runtime.cc View 20 chunks +93 lines, -70 lines 0 comments Download
M test/cctest/test-heap.cc View 4 chunks +54 lines, -18 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL
6 years, 5 months ago (2014-07-25 16:49:01 UTC) #1
Igor Sheludko
lgtm https://codereview.chromium.org/418383002/diff/80002/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/418383002/diff/80002/src/objects-inl.h#newcode6640 src/objects-inl.h:6640: if (!result.has_value) return Maybe<bool>(); It would probably be ...
6 years, 5 months ago (2014-07-25 18:31:41 UTC) #2
Toon Verwaest
6 years, 5 months ago (2014-07-25 18:32:22 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r22624 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698