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

Issue 16365008: ReturnValue::Set(uint32_t) is wrong (Closed)

Created:
7 years, 6 months ago by dcarney
Modified:
7 years, 6 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

ReturnValue::Set(uint32_t) is wrong R=svenpanne@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=14990

Patch Set 1 #

Patch Set 2 : added tests #

Total comments: 1

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -14 lines) Patch
M include/v8.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 chunks +25 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
dcarney
7 years, 6 months ago (2013-06-05 15:14:12 UTC) #1
dcarney
this fix is a little short. i was hoping to get it in before trunk ...
7 years, 6 months ago (2013-06-06 06:33:33 UTC) #2
dcarney
okay, regression tests added
7 years, 6 months ago (2013-06-06 13:14:13 UTC) #3
Sven Panne
LGTM with a nit. https://codereview.chromium.org/16365008/diff/4001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/16365008/diff/4001/include/v8.h#newcode5677 include/v8.h:5677: bool fits_into_int32_t = (i & ...
7 years, 6 months ago (2013-06-07 07:05:06 UTC) #4
dcarney
7 years, 6 months ago (2013-06-07 07:34:32 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r14990.

Powered by Google App Engine
This is Rietveld 408576698