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

Issue 73193004: Provide Type::Of and Type::CurrentOf operators (Closed)

Created:
7 years, 1 month ago by rossberg
Modified:
7 years, 1 month ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Provide Type::Of and Type::CurrentOf operators R=verwaest@chromium.org BUG= Committed: http://code.google.com/p/v8/source/detail?r=17796

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -129 lines) Patch
M src/types.h View 6 chunks +29 lines, -20 lines 0 comments Download
M src/types.cc View 1 6 chunks +127 lines, -109 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rossberg
7 years, 1 month ago (2013-11-15 14:15:23 UTC) #1
Toon Verwaest
lgtm https://codereview.chromium.org/73193004/diff/1/src/types.cc File src/types.cc (right): https://codereview.chromium.org/73193004/diff/1/src/types.cc#newcode144 src/types.cc:144: if (value->IsTrue() || value->IsFalse()) return kBoolean; nit: IsBoolean() ...
7 years, 1 month ago (2013-11-15 14:32:28 UTC) #2
rossberg
https://codereview.chromium.org/73193004/diff/1/src/types.cc File src/types.cc (right): https://codereview.chromium.org/73193004/diff/1/src/types.cc#newcode144 src/types.cc:144: if (value->IsTrue() || value->IsFalse()) return kBoolean; On 2013/11/15 14:32:28, ...
7 years, 1 month ago (2013-11-15 15:13:05 UTC) #3
rossberg
7 years, 1 month ago (2013-11-15 15:14:16 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r17796 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698