v8/test/mjsunit/harmony/bigint
Jakob Kummerow 207bb03714 [bigint] Allow BigInt(n) for n > MAX_SAFE_INTEGER
Spec change: https://github.com/tc39/proposal-bigint/pull/138

Bug: v8:6791
Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng
Change-Id: I7367273ed1e98971be3b277f6486333a96412185
Reviewed-on: https://chromium-review.googlesource.com/1004120
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52611}
2018-04-16 05:37:04 +00:00
..
add.js
and.js
as-int-n.js
basics.js [bigint] Allow BigInt(n) for n > MAX_SAFE_INTEGER 2018-04-16 05:37:04 +00:00
comparisons.js [bigint] Update "bigint < string" semantics 2018-04-15 00:53:36 +00:00
dataview.js Reland "[bigint] Implement DataView.{get,set}Big*64" 2018-02-23 00:57:38 +00:00
dec.js
div.js
exp.js [bigint] Fix Exponentiate for 1 ** multi_digit 2018-03-06 18:58:32 +00:00
inc.js
json.js
mod.js
mul.js
neg.js
not.js
or.js
regressions.js [bigint] Fix Object::VerifyApiCallResultType 2018-03-10 02:47:20 +00:00
sar.js
shl.js
sub.js
tonumber.js [bigint] Fix tie-to-even case in BigInt::ToNumber 2018-03-01 19:46:57 +00:00
turbo.js
typedarray.js [bigint] Add CSA support for Big*64Array stores 2018-02-23 02:30:04 +00:00
xor.js