Home
last modified time | relevance | path

Searched refs:parsePseudoBigInt (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
DparsePseudoBigInt.ts13 parsePseudoBigInt("0".repeat(leadingZeros) + testNumber + "n"),
24 assert.equal(parsePseudoBigInt(prefix + binary), String(testNumber)); constant
34 assert.equal(parsePseudoBigInt(prefix + octal), String(testNumber)); constant
45 … assert.equal(parsePseudoBigInt(prefix + hexCase), String(testNumber));
53 parsePseudoBigInt("123456789012345678901234567890n"),
57parsePseudoBigInt("0b11000111011101001000011111111011011000011011100111110000011101110010011100011…
61 parsePseudoBigInt("0o143564417755415637016711617605322n"),
65 parsePseudoBigInt("0x18ee90ff6c373e0ee4e3f0ad2n"),
/third_party/typescript/tests/baselines/reference/
DparseBigInt.types63 // to ensure that parsePseudoBigInt() allocates enough space
DparseBigInt.errors.txt41 // to ensure that parsePseudoBigInt() allocates enough space
DparseBigInt.symbols47 // to ensure that parsePseudoBigInt() allocates enough space
/third_party/typescript/src/compiler/
Dscanner.ts1573 tokenValue = parsePseudoBigInt(tokenValue) + "n";
Dutilities.ts7122 export function parsePseudoBigInt(stringValue: string): string { function
Dchecker.ts13971 base10Value: parsePseudoBigInt(node.text)
30647 base10Value: parsePseudoBigInt((node.operand as BigIntLiteral).text)
/third_party/typescript/lib/
Dtsc.js7636 tokenValue = ts.parsePseudoBigInt(tokenValue) + "n";
15620 function parsePseudoBigInt(stringValue) { function
15679 ts.parsePseudoBigInt = parsePseudoBigInt;
46827 base10Value: ts.parsePseudoBigInt(node.text)
59967 base10Value: ts.parsePseudoBigInt(node.operand.text)
DtypingsInstaller.js10496 tokenValue = ts.parsePseudoBigInt(tokenValue) + "n";
19724 function parsePseudoBigInt(stringValue) { function
19790 ts.parsePseudoBigInt = parsePseudoBigInt;
56530 base10Value: ts.parsePseudoBigInt(node.text)
71709 base10Value: ts.parsePseudoBigInt(node.operand.text)
Dtsserverlibrary.js10701 tokenValue = ts.parsePseudoBigInt(tokenValue) + "n";
19929 function parsePseudoBigInt(stringValue) { function
19995 ts.parsePseudoBigInt = parsePseudoBigInt;
56735 base10Value: ts.parsePseudoBigInt(node.text)
71914 base10Value: ts.parsePseudoBigInt(node.operand.text)
Dtypescript.js10701 tokenValue = ts.parsePseudoBigInt(tokenValue) + "n";
19929 function parsePseudoBigInt(stringValue) { function
19995 ts.parsePseudoBigInt = parsePseudoBigInt;
56735 base10Value: ts.parsePseudoBigInt(node.text)
71914 base10Value: ts.parsePseudoBigInt(node.operand.text)
Dtsserver.js10507 tokenValue = ts.parsePseudoBigInt(tokenValue) + "n";
19735 function parsePseudoBigInt(stringValue) { function
19801 ts.parsePseudoBigInt = parsePseudoBigInt;
56541 base10Value: ts.parsePseudoBigInt(node.text)
71720 base10Value: ts.parsePseudoBigInt(node.operand.text)
DtypescriptServices.js10701 tokenValue = ts.parsePseudoBigInt(tokenValue) + "n";
19929 function parsePseudoBigInt(stringValue) { function
19995 ts.parsePseudoBigInt = parsePseudoBigInt;
56735 base10Value: ts.parsePseudoBigInt(node.text)
71914 base10Value: ts.parsePseudoBigInt(node.operand.text)