Home
last modified time | relevance | path

Searched defs:operatorToken (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/src/services/
Dbreakpoints.ts273 const { left, operatorToken } = <BinaryExpression>node; constant
Dutilities.ts2488 const { left, operatorToken, right } = parent as BinaryExpression; constant
/third_party/typescript/src/services/codefixes/
DconvertToEs6Module.ts141 const { operatorToken } = expression as BinaryExpression; constant
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts2714 const operatorToken = asToken(operator); constant
/third_party/typescript/src/compiler/
Dutilities.ts5567 const { left, operatorToken } = parent as BinaryExpression; constant
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1098 readonly operatorToken: BinaryOperatorToken; property
1104 readonly operatorToken: TOperator; property
Dtsserverlibrary.d.ts1098 readonly operatorToken: BinaryOperatorToken; property
1104 readonly operatorToken: TOperator; property
/third_party/typescript/lib/
Dtsserverlibrary.d.ts1090 readonly operatorToken: BinaryOperatorToken; property
1096 readonly operatorToken: TOperator; property
Dtypescript.d.ts1090 readonly operatorToken: BinaryOperatorToken; property
1096 readonly operatorToken: TOperator; property
DtypescriptServices.d.ts1090 readonly operatorToken: BinaryOperatorToken; property
1096 readonly operatorToken: TOperator; property
Dtsc.js25844 function makeBinaryExpression(left, operatorToken, right, pos) { argument
60380 function checkBinaryLikeExpression(left, operatorToken, right, checkMode, errorNode) { argument
60395 …function checkBinaryLikeExpressionWorker(left, operatorToken, right, leftType, rightType, errorNod… argument
DtypingsInstaller.js32064 function makeBinaryExpression(left, operatorToken, right, pos) { argument
72184 function checkBinaryLikeExpression(left, operatorToken, right, checkMode, errorNode) { argument
72199 …function checkBinaryLikeExpressionWorker(left, operatorToken, right, leftType, rightType, errorNod… argument
DtypescriptServices.js32269 function makeBinaryExpression(left, operatorToken, right, pos) { argument
72389 function checkBinaryLikeExpression(left, operatorToken, right, checkMode, errorNode) { argument
72404 …function checkBinaryLikeExpressionWorker(left, operatorToken, right, leftType, rightType, errorNod… argument
Dtypescript.js32269 function makeBinaryExpression(left, operatorToken, right, pos) { argument
72389 function checkBinaryLikeExpression(left, operatorToken, right, checkMode, errorNode) { argument
72404 …function checkBinaryLikeExpressionWorker(left, operatorToken, right, leftType, rightType, errorNod… argument
Dtsserverlibrary.js32269 function makeBinaryExpression(left, operatorToken, right, pos) { argument
72389 function checkBinaryLikeExpression(left, operatorToken, right, checkMode, errorNode) { argument
72404 …function checkBinaryLikeExpressionWorker(left, operatorToken, right, leftType, rightType, errorNod… argument
Dtsserver.js32075 function makeBinaryExpression(left, operatorToken, right, pos) { argument
72195 function checkBinaryLikeExpression(left, operatorToken, right, checkMode, errorNode) { argument
72210 …function checkBinaryLikeExpressionWorker(left, operatorToken, right, leftType, rightType, errorNod… argument