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

Issue 10702108: Added LookupResult::GetValueFromMap. (Closed)

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

Description

Added LookupResult::GetValueFromMap. This is needed later for crankshafted accessors and reduces copy-n-paste a bit. Committed: https://code.google.com/p/v8/source/detail?r=11996

Patch Set 1 #

Total comments: 1

Patch Set 2 : Changed formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -7 lines) Patch
M src/property.h View 1 3 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Jakob Kummerow
8 years, 5 months ago (2012-07-06 08:04:58 UTC) #1
LGTM with nit.

http://codereview.chromium.org/10702108/diff/1/src/property.h
File src/property.h (right):

http://codereview.chromium.org/10702108/diff/1/src/property.h#newcode342
src/property.h:342: - map->inobject_properties();
nit: when breaking lines, we usually put the operator to the end rather than the
beginning of the line.

Powered by Google App Engine
This is Rietveld 408576698