Home
last modified time | relevance | path

Searched defs:base10Value (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/compiler/
Dtypes.ts9411 base10Value: string; property
Dchecker.ts22611 const base10Value = parsePseudoBigInt(`${negative ? text.slice(1) : text}n`); constant
/third_party/typescript/lib/
Dtypescript.d.ts4480 base10Value: string; property
DtypescriptServices.d.ts4480 base10Value: string; property
Dtsserverlibrary.d.ts4480 base10Value: string; property
DtypingsInstaller.js51403 var zeroBigIntType = getBigIntLiteralType({ negative: false, base10Value: "0" }); property
71323 return getBigIntLiteralType({ negative: negative, base10Value: base10Value }); property
71349 …(!roundTripOnly || s === ts.pseudoBigIntToString({ negative: negative, base10Value: ts.parsePseudo… property
82090 base10Value: ts.parsePseudoBigInt(node.operand.text) property
83558 base10Value: ts.parsePseudoBigInt(node.text) property
Dtsc.js42377 var zeroBigIntType = getBigIntLiteralType({ negative: false, base10Value: "0" }); property
59741 return getBigIntLiteralType({ negative: negative, base10Value: base10Value }); property
59757 …(!roundTripOnly || s === ts.pseudoBigIntToString({ negative: negative, base10Value: ts.parsePseudo… property
69024 base10Value: ts.parsePseudoBigInt(node.operand.text) property
70344 base10Value: ts.parsePseudoBigInt(node.text) property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4480 base10Value: string; property
Dtsserverlibrary.d.ts4480 base10Value: string; property