Home
last modified time | relevance | path

Searched defs:tsConstValue (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts547 const tsConstValue = (tsExpr.kind === SyntaxKind.NumericLiteral) ? constant
558 const tsConstValue = (tsExpr.kind === SyntaxKind.NumericLiteral) ? constant
570 const tsConstValue = typeChecker.getConstantValue(tsExpr); constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts769 const tsConstValue = (tsExpr.kind === SyntaxKind.NumericLiteral) ? constant
780 const tsConstValue = (tsExpr.kind === SyntaxKind.NumericLiteral) ? constant
792 const tsConstValue = typeChecker.getConstantValue(tsExpr); constant