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

Issue 6138004: Move IsArgumentsMarker from class MaybeObject to Object. (Closed)

Created:
9 years, 11 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Move IsArgumentsMarker from class MaybeObject to Object. Since we never need to ask it of a MaybeObject, put it with the other oddball testers in class Object for consistency. Committed: http://code.google.com/p/v8/source/detail?r=6216

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M src/objects.h View 2 chunks +1 line, -1 line 0 comments Download
M src/objects-inl.h View 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 11 months ago (2011-01-07 07:56:26 UTC) #1
fschneider
9 years, 11 months ago (2011-01-07 09:52:52 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698