Home
last modified time | relevance | path

Searched refs:pseudoBigIntToString (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/services/
Dcompletions.ts665 return typeof literal === "object" ? pseudoBigIntToString(literal) + "n" :
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts808 …al>(SyntaxKind.BigIntLiteral, typeof value === "string" ? value : pseudoBigIntToString(value) + "n…
/third_party/typescript/src/compiler/
Dutilities.ts7321 export function pseudoBigIntToString({negative, base10Value}: PseudoBigInt): string { function
Dchecker.ts5252 … context.approximateLength += (pseudoBigIntToString((type as BigIntLiteralType).value).length) + 1;
15768 … type.flags & TypeFlags.BigIntLiteral ? pseudoBigIntToString((type as BigIntLiteralType).value) :
16931 const key = pseudoBigIntToString(value);
22638 …&& (!roundTripOnly || s === pseudoBigIntToString({ negative, base10Value: parsePseudoBigInt(scanne…
23312 …s.BigIntLiteral ? left : right.flags & TypeFlags.BigIntLiteral && pseudoBigIntToString((right as B…
/third_party/typescript/lib/
DtypingsInstaller.js21360 function pseudoBigIntToString(_a) { function
21364 ts.pseudoBigIntToString = pseudoBigIntToString;
23335 …ntaxKind.BigIntLiteral */, typeof value === "string" ? value : ts.pseudoBigIntToString(value) + "n…
55274 context.approximateLength += (ts.pseudoBigIntToString(type.value).length) + 1;
64874 … type.flags & 2048 /* TypeFlags.BigIntLiteral */ ? ts.pseudoBigIntToString(type.value) :
65965 var key = ts.pseudoBigIntToString(value);
71349 …&& (!roundTripOnly || s === ts.pseudoBigIntToString({ negative: negative, base10Value: ts.parsePse…
72009 …/ ? left : right.flags & 2048 /* TypeFlags.BigIntLiteral */ && ts.pseudoBigIntToString(right.value…
Dtsc.js17031 function pseudoBigIntToString(_a) { function
17035 ts.pseudoBigIntToString = pseudoBigIntToString;
18670 …ode = createBaseLiteral(9, typeof value === "string" ? value : ts.pseudoBigIntToString(value) + "n…
45748 context.approximateLength += (ts.pseudoBigIntToString(type.value).length) + 1;
54134 type.flags & 2048 ? ts.pseudoBigIntToString(type.value) :
55094 var key = ts.pseudoBigIntToString(value);
59757 …&& (!roundTripOnly || s === ts.pseudoBigIntToString({ negative: negative, base10Value: ts.parsePse…
60284 …left.flags & 2048 ? left : right.flags & 2048 && ts.pseudoBigIntToString(right.value) === str_1 ? …