-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Normative: Disallow ArrayBuffers bigger than 2**53 #3052
Conversation
ed373f1
to
d5fa8a4
Compare
I'm looking at the In this case, should I create a new testing |
@dewren99 I would update that test to only test |
Today, this PR received consensus. |
Test262 tests are in tc39/test262#3826. |
Added an additional step to check if
size
is bigger than2**53
as per #1032I could create a
test262
PR once the edit is approved.Please let me know if any further changes are needed, thanks!