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

Issue 10383088: Declare more functions returing a MaybeObject* with MUST_USE_RESULT. (Closed)

Created:
8 years, 7 months ago by fschneider
Modified:
8 years, 7 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Declare more functions returing a MaybeObject* with MUST_USE_RESULT. No violations found this time. Additionally I changed one function JSDate::GetField that never returns a failure to return a Object* instead. Committed: https://code.google.com/p/v8/source/detail?r=11532

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -89 lines) Patch
M src/elements.cc View 12 chunks +95 lines, -87 lines 0 comments Download
M src/objects.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 7 months ago (2012-05-09 14:06:57 UTC) #1
ulan
8 years, 7 months ago (2012-05-09 14:11:03 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698