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

Issue 251100: Introduce v8::Integer::NewFromUnsigned method. (Closed)

Created:
11 years, 2 months ago by antonm
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Introduce v8::Integer::NewFromUnsigned method. Committed: http://code.google.com/p/v8/source/detail?r=3038

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 18

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -3 lines) Patch
M include/v8.h View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M src/checks.h View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-api.cc View 1 2 3 2 chunks +73 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
antonm
And another try. I ran v8 tests in all combinations (6) + built chromium on ...
11 years, 2 months ago (2009-10-06 07:05:03 UTC) #1
Lasse Reichstein
LGTM http://codereview.chromium.org/251100/diff/10/1002 File include/v8.h (right): http://codereview.chromium.org/251100/diff/10/1002#newcode3030 Line 3030: Local<Integer> Integer::NewFromUnsigned(uint32_t value) { Move this to ...
11 years, 2 months ago (2009-10-06 07:43:20 UTC) #2
antonm
thanks a lot for comments, Lasse. http://codereview.chromium.org/251100/diff/10/1002 File include/v8.h (right): http://codereview.chromium.org/251100/diff/10/1002#newcode3030 Line 3030: Local<Integer> Integer::NewFromUnsigned(uint32_t ...
11 years, 2 months ago (2009-10-06 12:26:07 UTC) #3
Lasse Reichstein
http://codereview.chromium.org/251100/diff/10/1002 File include/v8.h (right): http://codereview.chromium.org/251100/diff/10/1002#newcode3030 Line 3030: Local<Integer> Integer::NewFromUnsigned(uint32_t value) { That would work too. ...
11 years, 2 months ago (2009-10-07 08:56:37 UTC) #4
William Hesse
LGTM, if the two comments below are addressed. http://codereview.chromium.org/251100/diff/3002/3006 File src/checks.h (right): http://codereview.chromium.org/251100/diff/3002/3006#newcode84 Line 84: ...
11 years, 2 months ago (2009-10-07 14:30:33 UTC) #5
antonm
Thanks a lot for another round, Lasse. http://codereview.chromium.org/251100/diff/10/1002 File include/v8.h (right): http://codereview.chromium.org/251100/diff/10/1002#newcode3033 Line 3033: if ...
11 years, 2 months ago (2009-10-07 15:09:33 UTC) #6
antonm
Thanks a lot for comments, William. http://codereview.chromium.org/251100/diff/3002/3006 File src/checks.h (right): http://codereview.chromium.org/251100/diff/3002/3006#newcode84 Line 84: // arguments. ...
11 years, 2 months ago (2009-10-07 15:13:01 UTC) #7
Lasse Reichstein
11 years, 2 months ago (2009-10-08 07:37:50 UTC) #8
http://codereview.chromium.org/251100/diff/10/1002
File include/v8.h (right):

http://codereview.chromium.org/251100/diff/10/1002#newcode3033
Line 3033: if (could_be_smi) {
That sounds perfectly reasonable too.

Powered by Google App Engine
This is Rietveld 408576698