v8/test/mjsunit/harmony/bigint
Théotime Grohens 5b4e8db550 [dataview] Move DataView BigInt getters to Torque
This CL moves the remaining runtime DataView getters to Torque,
namely DataViewGetBigInt64/BigUint64, and removes the associated
runtime code that is now unneeded.

All of the DataView getters are now implemented in Torque, which brings
a nice performance improvement over the former C++ builtin code.

Change-Id: I35cf2eabce3c79cc0d3200e7f24dbe0c3e5c2804
Reviewed-on: https://chromium-review.googlesource.com/1092736
Commit-Queue: Théotime Grohens <theotime@google.com>
Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53765}
2018-06-15 13:07:56 +00:00
..
add.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
and.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
as-int-n.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
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 [dataview] Move DataView BigInt getters to Torque 2018-06-15 13:07:56 +00:00
dec.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
div.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
exp.js [bigint] Fix Exponentiate for 1 ** multi_digit 2018-03-06 18:58:32 +00:00
inc.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
json.js [bigint] Remove --no-opt flag from various mjsunit tests. 2017-12-01 10:27:14 +00:00
mod.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
mul.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
neg.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
not.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
or.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
regressions.js [bigint] Fix Object::VerifyApiCallResultType 2018-03-10 02:47:20 +00:00
sar.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
shl.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
sub.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00
tonumber.js [bigint] Fix tie-to-even case in BigInt::ToNumber 2018-03-01 19:46:57 +00:00
turbo.js [bigint,compiler] Add tests for Turbofan. 2017-12-01 07:48:44 +00:00
typedarray.js [bigint] Add CSA support for Big*64Array stores 2018-02-23 02:30:04 +00:00
xor.js [bigint] Remove BigInt.parseInt 2018-01-26 02:51:58 +00:00