Searched refs:isSignedNumericLiteral (Results 1 – 8 of 8) sorted by relevance
3381 …export function isSignedNumericLiteral(node: Node): node is PrefixUnaryExpression & { operand: Num… function3407 !isSignedNumericLiteral(expr) &&3436 else if (isSignedNumericLiteral(nameExpression)) {
344 if (isSignedNumericLiteral(nameExpression)) {
12771 function isSignedNumericLiteral(node) { function12774 ts.isSignedNumericLiteral = isSignedNumericLiteral;12786 !isSignedNumericLiteral(expr) &&12810 else if (isSignedNumericLiteral(nameExpression)) {33227 if (ts.isSignedNumericLiteral(nameExpression)) {
16349 function isSignedNumericLiteral(node) { function16352 ts.isSignedNumericLiteral = isSignedNumericLiteral;16375 !isSignedNumericLiteral(expr) &&16404 else if (isSignedNumericLiteral(nameExpression)) {40713 if (ts.isSignedNumericLiteral(nameExpression)) {
16554 function isSignedNumericLiteral(node) { function16557 ts.isSignedNumericLiteral = isSignedNumericLiteral;16580 !isSignedNumericLiteral(expr) &&16609 else if (isSignedNumericLiteral(nameExpression)) {40918 if (ts.isSignedNumericLiteral(nameExpression)) {
16360 function isSignedNumericLiteral(node) { function16363 ts.isSignedNumericLiteral = isSignedNumericLiteral;16386 !isSignedNumericLiteral(expr) &&16415 else if (isSignedNumericLiteral(nameExpression)) {40724 if (ts.isSignedNumericLiteral(nameExpression)) {