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

Issue 349623002: Make object accessors more const-correct. (Closed)

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

Description

Make object accessors more const-correct. Getting closer to making our IsFOO and FOO::cast methods const-correct... R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21897

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -88 lines) Patch
M src/objects.h View 26 chunks +37 lines, -37 lines 2 comments Download
M src/objects-inl.h View 26 chunks +54 lines, -50 lines 0 comments Download
M src/spaces.h View 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Sven Panne
6 years, 6 months ago (2014-06-20 09:33:23 UTC) #1
Benedikt Meurer
LGTM with comment.
6 years, 6 months ago (2014-06-20 09:43:48 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/349623002/diff/1/src/objects.h File src/objects.h (right): https://codereview.chromium.org/349623002/diff/1/src/objects.h#newcode854 src/objects.h:854: inline void set_##name(type* value, \ I guess it's not ...
6 years, 6 months ago (2014-06-20 09:45:20 UTC) #3
Sven Panne
https://codereview.chromium.org/349623002/diff/1/src/objects.h File src/objects.h (right): https://codereview.chromium.org/349623002/diff/1/src/objects.h#newcode854 src/objects.h:854: inline void set_##name(type* value, \ On 2014/06/20 09:45:20, Benedikt ...
6 years, 6 months ago (2014-06-20 10:21:58 UTC) #4
Sven Panne
6 years, 6 months ago (2014-06-20 10:31:25 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r21897 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698