forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1252270 - SIMD: Coerce non-numeric indexes to load/store function…
…s. r=lth Follow the DataView functions and use Tonumber to coerce index arguments on the load/store functions. Throw a RangeError when we see a non-integer index or a number outside the range of the array. See tc39/ecmascript_simd#328 MozReview-Commit-ID: IpHkfPyywU0
- Loading branch information
Jakob Olesen
committed
Mar 14, 2016
1 parent
8ecfc84
commit 60507ee
Showing
2 changed files
with
102 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters