Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dcompletions.ts364 return typeof literal === "object" ? pseudoBigIntToString(literal) + "n" :
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts787 …al>(SyntaxKind.BigIntLiteral, typeof value === "string" ? value : pseudoBigIntToString(value) + "n…
/third_party/typescript/src/compiler/
Dutilities.ts7117 export function pseudoBigIntToString({negative, base10Value}: PseudoBigInt): string { function
Dchecker.ts4602 … 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…
/third_party/typescript/lib/
Dtsc.js15680 function pseudoBigIntToString(_a) { function
15684 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…
DtypingsInstaller.js19791 function pseudoBigIntToString(_a) { function
19795 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…
DtypescriptServices.js19996 function pseudoBigIntToString(_a) { function
20000 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" :
Dtsserverlibrary.js19996 function pseudoBigIntToString(_a) { function
20000 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" :
Dtsserver.js19802 function pseudoBigIntToString(_a) { function
19806 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" :
Dtypescript.js19996 function pseudoBigIntToString(_a) { function
20000 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" :