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

Issue 959223002: convert Value::*Value() function to return Maybe results (Closed)

Created:
5 years, 9 months ago by dcarney
Modified:
5 years, 9 months ago
Reviewers:
Sven Panne
CC:
v8-dev, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

convert Value::*Value() function to return Maybe results BUG=v8:3929 LOG=Y Committed: https://crrev.com/8d839ead046f3b377135509a2264a9e5fecc98ba Cr-Commit-Position: refs/heads/master@{#26914}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -67 lines) Patch
M include/v8.h View 1 2 chunks +30 lines, -4 lines 0 comments Download
M src/api.cc View 1 4 chunks +90 lines, -63 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Sven Panne
https://codereview.chromium.org/959223002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/959223002/diff/1/include/v8.h#newcode984 include/v8.h:984: explicit Maybe(T t) : has_value(true), value(t) {} While we're ...
5 years, 9 months ago (2015-02-27 12:18:03 UTC) #2
dcarney
updated, ptal
5 years, 9 months ago (2015-02-27 12:35:42 UTC) #3
Sven Panne
lgtm
5 years, 9 months ago (2015-02-27 12:37:37 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/959223002/20001
5 years, 9 months ago (2015-02-27 12:43:30 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-02-27 13:04:40 UTC) #7
commit-bot: I haz the power
5 years, 9 months ago (2015-02-27 13:04:58 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8d839ead046f3b377135509a2264a9e5fecc98ba
Cr-Commit-Position: refs/heads/master@{#26914}

Powered by Google App Engine
This is Rietveld 408576698