Home
last modified time | relevance | path

Searched refs:BigIntConstructor (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DconstructBigint.types4 >BigInt : BigIntConstructor
9 >BigInt : BigIntConstructor
14 >BigInt : BigIntConstructor
19 >BigInt : BigIntConstructor
24 >BigInt : BigIntConstructor
30 >BigInt : BigIntConstructor
39 >BigInt : BigIntConstructor
44 >BigInt : BigIntConstructor
DbigIntWithTargetLessThanES2016.types5 >BigInt : BigIntConstructor
8 >BigInt : BigIntConstructor
14 >BigInt : BigIntConstructor
21 >BigInt : BigIntConstructor
DbigIntWithTargetES2016.types5 >BigInt : BigIntConstructor
8 >BigInt : BigIntConstructor
14 >BigInt : BigIntConstructor
21 >BigInt : BigIntConstructor
DtypeGuardConstructorPrimitiveTypes.types61 >BigInt : BigIntConstructor
116 >BigInt : BigIntConstructor
DbigintWithLib.types6 >BigInt : BigIntConstructor
13 >BigInt : BigIntConstructor
18 >BigInt : BigIntConstructor
26 >BigInt : BigIntConstructor
36 >BigInt : BigIntConstructor
DtypeGuardConstructorNarrowAny.types61 >BigInt : BigIntConstructor
DbigintWithLib.symbols16 >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, --, --))
DformatToPartsBigInt.types26 >BigInt : BigIntConstructor
Des2022SharedMemory.types38 >BigInt : BigIntConstructor
/third_party/typescript/lib/
Dlib.es2020.bigint.d.ts125 interface BigIntConstructor { interface
145 declare var BigInt: BigIntConstructor;
/third_party/typescript/src/lib/
Des2020.bigint.d.ts105 interface BigIntConstructor { interface
125 declare var BigInt: BigIntConstructor;
/third_party/node/deps/v8/src/builtins/
Dbuiltins-bigint.cc17 BUILTIN(BigIntConstructor) { in BUILTIN() argument
Dbuiltins-definitions.h438 CPP(BigIntConstructor) \