Searched refs:BigIntConstructor (Results 1 – 13 of 13) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | constructBigint.types | 4 >BigInt : BigIntConstructor 9 >BigInt : BigIntConstructor 14 >BigInt : BigIntConstructor 19 >BigInt : BigIntConstructor 24 >BigInt : BigIntConstructor 30 >BigInt : BigIntConstructor 39 >BigInt : BigIntConstructor 44 >BigInt : BigIntConstructor
|
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, --, --))
|
D | formatToPartsBigInt.types | 26 >BigInt : BigIntConstructor
|
D | es2022SharedMemory.types | 38 >BigInt : BigIntConstructor
|
/third_party/typescript/lib/ |
D | lib.es2020.bigint.d.ts | 125 interface BigIntConstructor { interface 145 declare var BigInt: BigIntConstructor;
|
/third_party/typescript/src/lib/ |
D | es2020.bigint.d.ts | 105 interface BigIntConstructor { interface 125 declare var BigInt: BigIntConstructor;
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-bigint.cc | 17 BUILTIN(BigIntConstructor) { in BUILTIN() argument
|
D | builtins-definitions.h | 438 CPP(BigIntConstructor) \
|