summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/BigInt.asUintN.js
blob: d63b261ce32881a42b58151c7531a8f34e1baba5 (plain)
1
2
3
4
5
6
7
8
9
load("test-common.js");

try {
    assert(BigInt.asUintN.length === 2);

    console.log("PASS");
} catch (e) {
    console.log("FAIL: " + e);
}