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

Issue 9958062: Change ASSERT(kind() == FUNCTION) to ASSERT_EQ(FUNCTION, kind()). (Closed)

Created:
8 years, 8 months ago by ulan
Modified:
8 years, 8 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Change ASSERT(kind() == FUNCTION) to ASSERT_EQ(FUNCTION, kind()). R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=11205

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
ulan
Please take a quick look.
8 years, 8 months ago (2012-04-02 10:46:08 UTC) #1
Michael Starzinger
8 years, 8 months ago (2012-04-02 10:47:14 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698