mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 03:34:59 +00:00
9 lines
145 B
JavaScript
9 lines
145 B
JavaScript
load("test-common.js");
|
|
|
|
try {
|
|
assert(BigInt.asUintN.length === 2);
|
|
|
|
console.log("PASS");
|
|
} catch (e) {
|
|
console.log("FAIL: " + e);
|
|
}
|