Home
last modified time | relevance | path

Searched defs:hasArguments (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts3604 …const hasArguments = expression.kind === SyntaxKind.NewExpression && (expression as NewExpression)… constant
3649 …const hasArguments = expression.kind === SyntaxKind.NewExpression && (expression as NewExpression)… constant
/third_party/typescript/lib/
DtypingsInstaller.js17990 function getOperatorAssociativity(kind, operator, hasArguments) { argument
18214 function getOperatorPrecedence(nodeKind, operatorKind, hasArguments) { argument
Dtsc.js14181 function getOperatorAssociativity(kind, operator, hasArguments) { argument
14236 function getOperatorPrecedence(nodeKind, operatorKind, hasArguments) { argument