mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
10 lines
144 B
JavaScript
10 lines
144 B
JavaScript
load("test-common.js");
|
|
|
|
try {
|
|
assert(BigInt.asIntN.length === 2);
|
|
|
|
console.log("PASS");
|
|
} catch (e) {
|
|
console.log("FAIL: " + e);
|
|
}
|