Searched refs:pseudoBigIntToString (Results 1 – 10 of 10) sorted by relevance
364 return typeof literal === "object" ? pseudoBigIntToString(literal) + "n" :
787 …al>(SyntaxKind.BigIntLiteral, typeof value === "string" ? value : pseudoBigIntToString(value) + "n…
7117 export function pseudoBigIntToString({negative, base10Value}: PseudoBigInt): string { function
4602 … context.approximateLength += (pseudoBigIntToString((<BigIntLiteralType>type).value).length) + 1;14140 … type.flags & TypeFlags.BigIntLiteral ? pseudoBigIntToString((<BigIntLiteralType>type).value) :15195 …(enumId ? enumId : "") + qualifier + (typeof value === "object" ? pseudoBigIntToString(value) : va…
15680 function pseudoBigIntToString(_a) { function15684 ts.pseudoBigIntToString = pseudoBigIntToString;16850 …ode = createBaseLiteral(9, typeof value === "string" ? value : ts.pseudoBigIntToString(value) + "n…39394 context.approximateLength += (ts.pseudoBigIntToString(type.value).length) + 1;46968 type.flags & 2048 ? ts.pseudoBigIntToString(type.value) :47838 …umId ? enumId : "") + qualifier + (typeof value === "object" ? ts.pseudoBigIntToString(value) : va…
19791 function pseudoBigIntToString(_a) { function19795 ts.pseudoBigIntToString = pseudoBigIntToString;21169 …ral(9 /* BigIntLiteral */, typeof value === "string" ? value : ts.pseudoBigIntToString(value) + "n…47997 context.approximateLength += (ts.pseudoBigIntToString(type.value).length) + 1;56672 type.flags & 2048 /* BigIntLiteral */ ? ts.pseudoBigIntToString(type.value) :57643 …umId ? enumId : "") + qualifier + (typeof value === "object" ? ts.pseudoBigIntToString(value) : va…
19996 function pseudoBigIntToString(_a) { function20000 ts.pseudoBigIntToString = pseudoBigIntToString;21374 …ral(9 /* BigIntLiteral */, typeof value === "string" ? value : ts.pseudoBigIntToString(value) + "n…48202 context.approximateLength += (ts.pseudoBigIntToString(type.value).length) + 1;56877 type.flags & 2048 /* BigIntLiteral */ ? ts.pseudoBigIntToString(type.value) :57848 …umId ? enumId : "") + qualifier + (typeof value === "object" ? ts.pseudoBigIntToString(value) : va…120734 return typeof literal === "object" ? ts.pseudoBigIntToString(literal) + "n" :
19802 function pseudoBigIntToString(_a) { function19806 ts.pseudoBigIntToString = pseudoBigIntToString;21180 …ral(9 /* BigIntLiteral */, typeof value === "string" ? value : ts.pseudoBigIntToString(value) + "n…48008 context.approximateLength += (ts.pseudoBigIntToString(type.value).length) + 1;56683 type.flags & 2048 /* BigIntLiteral */ ? ts.pseudoBigIntToString(type.value) :57654 …umId ? enumId : "") + qualifier + (typeof value === "object" ? ts.pseudoBigIntToString(value) : va…120165 return typeof literal === "object" ? ts.pseudoBigIntToString(literal) + "n" :