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

Issue 494063002: Rename IsDontDelete to IsConfigurable (and invert conditions) (Closed)

Created:
6 years, 4 months ago by Toon Verwaest
Modified:
6 years, 4 months ago
Reviewers:
ulan
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Rename IsDontDelete to IsConfigurable (and invert conditions) BUG= R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23267

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -15 lines) Patch
M src/elements.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +1 line, -3 lines 1 comment Download
M src/hydrogen-instructions.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/lookup.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/property.h View 1 chunk +1 line, -1 line 0 comments Download
M src/property-details.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL https://codereview.chromium.org/494063002/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/494063002/diff/1/src/hydrogen-instructions.h#newcode5796 src/hydrogen-instructions.h:5796: bool RequiresHoleCheck() { return details_.IsConfigurable(); } I removed ...
6 years, 4 months ago (2014-08-21 08:53:23 UTC) #1
ulan
lgtm
6 years, 4 months ago (2014-08-21 09:13:29 UTC) #2
Toon Verwaest
6 years, 4 months ago (2014-08-21 09:34:58 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as 23267 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698