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

Issue 351573002: Make Object::IsFoo const. (Closed)

Created:
6 years, 6 months ago by Sven Panne
Modified:
6 years, 6 months ago
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

Make Object::IsFoo const. Removed a few useless const_casts on the way.

Patch Set 1 #

Total comments: 4

Patch Set 2 : Feedback. Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -140 lines) Patch
M include/v8.h View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/api.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/objects.h View 1 9 chunks +36 lines, -35 lines 0 comments Download
M src/objects.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects-inl.h View 1 33 chunks +96 lines, -96 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Sven Panne
6 years, 6 months ago (2014-06-23 12:34:01 UTC) #1
Michael Starzinger
Just one comment. https://codereview.chromium.org/351573002/diff/1/src/objects.h File src/objects.h (right): https://codereview.chromium.org/351573002/diff/1/src/objects.h#newcode1686 src/objects.h:1686: INLINE(Heap* GetHeap() const); Is there a ...
6 years, 6 months ago (2014-06-23 20:10:27 UTC) #2
danno
Sven, could you please elaborate on the motivation of this CL? I understand that we ...
6 years, 6 months ago (2014-06-23 20:22:00 UTC) #3
Sven Panne
https://codereview.chromium.org/351573002/diff/1/src/objects.h File src/objects.h (right): https://codereview.chromium.org/351573002/diff/1/src/objects.h#newcode1686 src/objects.h:1686: INLINE(Heap* GetHeap() const); On 2014/06/23 20:10:27, Michael Starzinger wrote: ...
6 years, 6 months ago (2014-06-24 06:10:24 UTC) #4
Sven Panne
On 2014/06/23 20:22:00, danno wrote: > Sven, could you please elaborate on the motivation of ...
6 years, 6 months ago (2014-06-24 06:26:08 UTC) #5
Sven Panne
Changed back the controversial INLINEs to inline, PTAL...
6 years, 6 months ago (2014-06-24 07:13:59 UTC) #6
Michael Starzinger
6 years, 6 months ago (2014-06-24 08:50:25 UTC) #7
LGTM on the technical side of the change.

Powered by Google App Engine
This is Rietveld 408576698