-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
introduce nonClampedIntArrayConstructors #3984
Conversation
6af37cb
to
94742e6
Compare
Changed this so that instead (@ljharb's review was for the previous version of this PR, sorry.) |
94742e6
to
62294b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this better anyways
@@ -20,16 +20,17 @@ var floatArrayConstructors = [ | |||
Float32Array | |||
]; | |||
|
|||
var intArrayConstructors = [ | |||
var nonClampedIntArrayConstructors = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess that nonClampedIntArrayConstructors
should be mentioned in the defines
list above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, done.
974ee25
to
8b2863f
Compare
Per https://github.com/tc39/test262/pull/3849/files/e5d20a7fb8ed1beeeba3eb75c21aed433de164ac#r1447792194, oops.