Searched refs:pseudoBigIntToString (Results 1 – 6 of 6) sorted by relevance
665 return typeof literal === "object" ? pseudoBigIntToString(literal) + "n" :
808 …al>(SyntaxKind.BigIntLiteral, typeof value === "string" ? value : pseudoBigIntToString(value) + "n…
7321 export function pseudoBigIntToString({negative, base10Value}: PseudoBigInt): string { function
5252 … 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…
21360 function pseudoBigIntToString(_a) { function21364 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…
17031 function pseudoBigIntToString(_a) { function17035 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 ? …