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

Issue 174663002: Tighten dart2js typed_data range check (Closed)

Created:
6 years, 10 months ago by sra1
Modified:
6 years, 10 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org, Cutch
Visibility:
Public.

Description

Tighten dart2js typed_data range check The check needed to be changed from == to === to avoid being fooled by valueOf. The added 'cast' eliminates ~1.5k from swarm since the comparison was a generic call. Committed: https://code.google.com/p/dart/source/detail?r=32924

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M sdk/lib/typed_data/dart2js/native_typed_data_dart2js.dart View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
sra1
6 years, 10 months ago (2014-02-21 02:49:25 UTC) #1
floitsch
STV!
6 years, 10 months ago (2014-02-21 09:55:58 UTC) #2
sra1
6 years, 10 months ago (2014-02-21 20:25:09 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r32924 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698