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

Issue 661275: Added implementation if Uint32::Value. (Closed)

Created:
10 years, 9 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Added implementation if Uint32::Value.

Patch Set 1 #

Patch Set 2 : Added IsUint32 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -5 lines) Patch
M include/v8.h View 4 chunks +9 lines, -4 lines 0 comments Download
M src/api.cc View 1 2 chunks +23 lines, -0 lines 0 comments Download
M src/conversions.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/conversions-inl.h View 1 chunk +24 lines, -0 lines 1 comment Download
M test/cctest/test-api.cc View 1 1 chunk +89 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Lasse Reichstein
Small review.
10 years, 9 months ago (2010-03-01 13:51:31 UTC) #1
William Hesse
On 2010/03/01 13:51:31, Lasse Reichstein wrote: > Small review. Did you also want to add ...
10 years, 9 months ago (2010-03-01 14:25:07 UTC) #2
Lasse Reichstein
Added IsUint32. Please review.
10 years, 9 months ago (2010-03-03 11:57:05 UTC) #3
Mads Ager (chromium)
LGTM http://codereview.chromium.org/661275/diff/1002/9 File src/conversions-inl.h (right): http://codereview.chromium.org/661275/diff/1002/9#newcode74 src/conversions-inl.h:74: if (negative) { x = -x; } Remove ...
10 years, 9 months ago (2010-03-03 13:16:50 UTC) #4
William Hesse
10 years, 9 months ago (2010-03-03 13:41:13 UTC) #5
LGTM.

Powered by Google App Engine
This is Rietveld 408576698