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

Issue 9421032: Add a missing check for a failure result. (Closed)

Created:
8 years, 10 months ago by fschneider
Modified:
8 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Add a missing check for a failure result. Function calls that may return a failure must use the result. Enforce this by adding missing MUST_USE_RESULT to their declarations. Committed: https://code.google.com/p/v8/source/detail?r=10748

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -59 lines) Patch
M src/bootstrapper.cc View 5 chunks +8 lines, -4 lines 0 comments Download
M src/elements.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/objects.h View 21 chunks +67 lines, -54 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 10 months ago (2012-02-20 09:58:43 UTC) #1
Michael Starzinger
8 years, 10 months ago (2012-02-20 10:09:43 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698