Searched refs:asIntN (Results 1 – 13 of 13) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | bigintWithoutLib.types | 23 bigintVal = BigInt.asIntN(8, 0xFFFFn); 24 >bigintVal = BigInt.asIntN(8, 0xFFFFn) : any 26 >BigInt.asIntN(8, 0xFFFFn) : any 27 >BigInt.asIntN : any 29 >asIntN : any
|
D | bigintWithoutLib.js | 8 bigintVal = BigInt.asIntN(8, 0xFFFFn); 66 bigintVal = BigInt.asIntN(8, 0xffffn);
|
D | bigintWithLib.js | 6 bigintVal = BigInt.asIntN(8, 0xFFFFn); 69 bigintVal = BigInt.asIntN(8, 0xffffn);
|
D | bigintWithLib.types | 21 bigintVal = BigInt.asIntN(8, 0xFFFFn); 22 >bigintVal = BigInt.asIntN(8, 0xFFFFn) : bigint 24 >BigInt.asIntN(8, 0xFFFFn) : bigint 25 >BigInt.asIntN : (bits: number, int: bigint) => bigint 27 >asIntN : (bits: number, int: bigint) => bigint
|
D | bigintWithLib.symbols | 14 bigintVal = BigInt.asIntN(8, 0xFFFFn); 16 >BigInt.asIntN : Symbol(BigIntConstructor.asIntN, Decl(lib.es2020.bigint.d.ts, --, --)) 18 >asIntN : Symbol(BigIntConstructor.asIntN, Decl(lib.es2020.bigint.d.ts, --, --))
|
D | bigintWithLib.errors.txt | 35 bigintVal = BigInt.asIntN(8, 0xFFFFn);
|
D | bigintWithoutLib.symbols | 12 bigintVal = BigInt.asIntN(8, 0xFFFFn);
|
D | bigintWithoutLib.errors.txt | 67 bigintVal = BigInt.asIntN(8, 0xFFFFn);
|
/third_party/typescript/tests/cases/compiler/ |
D | bigintWithoutLib.ts | 9 bigintVal = BigInt.asIntN(8, 0xFFFFn);
|
D | bigintWithLib.ts | 8 bigintVal = BigInt.asIntN(8, 0xFFFFn);
|
/third_party/typescript/lib/ |
D | lib.es2020.bigint.d.ts | 135 asIntN(bits: number, int: bigint): bigint; method
|
/third_party/typescript/src/lib/ |
D | es2020.bigint.d.ts | 115 asIntN(bits: number, int: bigint): bigint; method
|
/third_party/node/typings/ |
D | primordials.d.ts | 157 export const BigIntAsIntN: typeof BigInt.asIntN
|