Searched refs:parsePseudoBigInt (Results 1 – 13 of 13) sorted by relevance
13 parsePseudoBigInt("0".repeat(leadingZeros) + testNumber + "n"),24 assert.equal(parsePseudoBigInt(prefix + binary), String(testNumber)); constant34 assert.equal(parsePseudoBigInt(prefix + octal), String(testNumber)); constant45 … assert.equal(parsePseudoBigInt(prefix + hexCase), String(testNumber));53 parsePseudoBigInt("123456789012345678901234567890n"),57 …parsePseudoBigInt("0b11000111011101001000011111111011011000011011100111110000011101110010011100011…61 parsePseudoBigInt("0o143564417755415637016711617605322n"),65 parsePseudoBigInt("0x18ee90ff6c373e0ee4e3f0ad2n"),
63 // to ensure that parsePseudoBigInt() allocates enough space
41 // to ensure that parsePseudoBigInt() allocates enough space
47 // to ensure that parsePseudoBigInt() allocates enough space
1573 tokenValue = parsePseudoBigInt(tokenValue) + "n";
7122 export function parsePseudoBigInt(stringValue: string): string { function
13971 base10Value: parsePseudoBigInt(node.text)30647 base10Value: parsePseudoBigInt((node.operand as BigIntLiteral).text)
7636 tokenValue = ts.parsePseudoBigInt(tokenValue) + "n";15620 function parsePseudoBigInt(stringValue) { function15679 ts.parsePseudoBigInt = parsePseudoBigInt;46827 base10Value: ts.parsePseudoBigInt(node.text)59967 base10Value: ts.parsePseudoBigInt(node.operand.text)
10496 tokenValue = ts.parsePseudoBigInt(tokenValue) + "n";19724 function parsePseudoBigInt(stringValue) { function19790 ts.parsePseudoBigInt = parsePseudoBigInt;56530 base10Value: ts.parsePseudoBigInt(node.text)71709 base10Value: ts.parsePseudoBigInt(node.operand.text)
10701 tokenValue = ts.parsePseudoBigInt(tokenValue) + "n";19929 function parsePseudoBigInt(stringValue) { function19995 ts.parsePseudoBigInt = parsePseudoBigInt;56735 base10Value: ts.parsePseudoBigInt(node.text)71914 base10Value: ts.parsePseudoBigInt(node.operand.text)
10507 tokenValue = ts.parsePseudoBigInt(tokenValue) + "n";19735 function parsePseudoBigInt(stringValue) { function19801 ts.parsePseudoBigInt = parsePseudoBigInt;56541 base10Value: ts.parsePseudoBigInt(node.text)71720 base10Value: ts.parsePseudoBigInt(node.operand.text)