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

Issue 15741019: Ensures that Bigints returned to Dart are all checked by Integer::AsValidInteger. (Closed)

Created:
7 years, 7 months ago by zra
Modified:
7 years, 7 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Ensures that Bigints returned to Dart are all checked by Integer::AsValidInteger. Rather than by ad-hoc checks at the point of return. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=23151

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -16 lines) Patch
M runtime/lib/double.cc View 1 chunk +1 line, -5 lines 0 comments Download
M runtime/lib/integers.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/lib/typed_data.cc View 1 3 chunks +3 lines, -11 lines 0 comments Download
M runtime/vm/object.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
zra
7 years, 7 months ago (2013-05-23 20:16:38 UTC) #1
Ivan Posva
https://codereview.chromium.org/15741019/diff/1/runtime/lib/integers.cc File runtime/lib/integers.cc (right): https://codereview.chromium.org/15741019/diff/1/runtime/lib/integers.cc#newcode262 runtime/lib/integers.cc:262: return big.AsValidInteger(); Aren't these here redundant as the result ...
7 years, 7 months ago (2013-05-23 21:37:53 UTC) #2
zra
https://codereview.chromium.org/15741019/diff/1/runtime/lib/integers.cc File runtime/lib/integers.cc (right): https://codereview.chromium.org/15741019/diff/1/runtime/lib/integers.cc#newcode262 runtime/lib/integers.cc:262: return big.AsValidInteger(); On 2013/05/23 21:37:54, Ivan Posva wrote: > ...
7 years, 7 months ago (2013-05-23 22:14:38 UTC) #3
Ivan Posva
LGTM -ip
7 years, 7 months ago (2013-05-23 22:37:31 UTC) #4
zra
7 years, 7 months ago (2013-05-24 15:45:22 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r23151 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698