BigInt.asUintN.js 145 B

123456789
  1. load("test-common.js");
  2. try {
  3. assert(BigInt.asUintN.length === 2);
  4. console.log("PASS");
  5. } catch (e) {
  6. console.log("FAIL: " + e);
  7. }