Searched refs:BigIntConstructor (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | bigIntWithTargetLessThanES2016.types | 5 >BigInt : BigIntConstructor 8 >BigInt : BigIntConstructor 14 >BigInt : BigIntConstructor 21 >BigInt : BigIntConstructor
|
D | bigIntWithTargetES2016.types | 5 >BigInt : BigIntConstructor 8 >BigInt : BigIntConstructor 14 >BigInt : BigIntConstructor 21 >BigInt : BigIntConstructor
|
D | typeGuardConstructorPrimitiveTypes.types | 61 >BigInt : BigIntConstructor 116 >BigInt : BigIntConstructor
|
D | bigintWithLib.types | 6 >BigInt : BigIntConstructor 13 >BigInt : BigIntConstructor 18 >BigInt : BigIntConstructor 26 >BigInt : BigIntConstructor 36 >BigInt : BigIntConstructor
|
D | typeGuardConstructorNarrowAny.types | 61 >BigInt : BigIntConstructor
|
D | bigintWithLib.symbols | 16 >BigInt.asIntN : Symbol(BigIntConstructor.asIntN, Decl(lib.es2020.bigint.d.ts, --, --)) 18 >asIntN : Symbol(BigIntConstructor.asIntN, Decl(lib.es2020.bigint.d.ts, --, --)) 22 >BigInt.asUintN : Symbol(BigIntConstructor.asUintN, Decl(lib.es2020.bigint.d.ts, --, --)) 24 >asUintN : Symbol(BigIntConstructor.asUintN, Decl(lib.es2020.bigint.d.ts, --, --))
|
/third_party/typescript/src/lib/ |
D | es2020.bigint.d.ts | 103 interface BigIntConstructor { interface 123 declare var BigInt: BigIntConstructor;
|
/third_party/typescript/lib/ |
D | lib.es2020.bigint.d.ts | 123 interface BigIntConstructor { interface 143 declare var BigInt: BigIntConstructor;
|