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

Issue 9317119: Consolidated property counting methods a bit. (Closed)

Created:
8 years, 10 months ago by Sven Panne
Modified:
8 years, 10 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Consolidated property counting methods a bit. Committed: https://code.google.com/p/v8/source/detail?r=10611

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -30 lines) Patch
M src/handles.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.h View 2 chunks +4 lines, -5 lines 0 comments Download
M src/objects.cc View 3 chunks +9 lines, -21 lines 2 comments Download
M src/runtime.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
8 years, 10 months ago (2012-02-06 13:07:11 UTC) #1
Jakob Kummerow
LGTM. I like cleanup :-) http://codereview.chromium.org/9317119/diff/1/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/9317119/diff/1/src/objects.cc#newcode4254 src/objects.cc:4254: PropertyDetails details(descs->GetDetails(i)); nit: indentation
8 years, 10 months ago (2012-02-06 13:18:35 UTC) #2
Sven Panne
8 years, 10 months ago (2012-02-06 13:37:29 UTC) #3
http://codereview.chromium.org/9317119/diff/1/src/objects.cc
File src/objects.cc (right):

http://codereview.chromium.org/9317119/diff/1/src/objects.cc#newcode4254
src/objects.cc:4254: PropertyDetails details(descs->GetDetails(i));
On 2012/02/06 13:18:35, Jakob wrote:
> nit: indentation

Done.

Powered by Google App Engine
This is Rietveld 408576698