Searched defs:isBigInt (Results 1 – 3 of 3) sorted by relevance
86 const isBigInt: (x: 0n | 1n) => bigint = (x: 0n | 1n) => x; constant
85 const isBigInt: (x: 0n | 1n) => bigint = (x: 0n | 1n) => x; function
5009 bool* isBigInt) { in OH_JSVM_IsBigInt()