mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
10 lines
145 B
JavaScript
10 lines
145 B
JavaScript
load("test-common.js");
|
|
|
|
try {
|
|
assert(BigInt.asUintN.length === 2);
|
|
|
|
console.log("PASS");
|
|
} catch (e) {
|
|
console.log("FAIL: " + e);
|
|
}
|