Home
last modified time | relevance | path

Searched defs:operatorToken (Results 1 – 17 of 17) 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/vk-gl-cts/framework/randomshaders/
DrsgBinaryOps.cpp197 BinaryOp<Precedence, Assoc>::BinaryOp (Token::Type operatorToken) in BinaryOp()
364 …eValueRange, EvaluateComp>::BinaryVecOp (GeneratorState& state, Token::Type operatorToken, ConstVa… in BinaryVecOp()
647 …ValueRange, EvaluateComp>::RelationalOp (GeneratorState& state, Token::Type operatorToken, ConstVa… in RelationalOp()
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts2714 const operatorToken = asToken(operator); constant
/third_party/typescript/src/compiler/
Dutilities.ts5554 const { left, operatorToken } = parent as BinaryExpression; constant
/third_party/typescript/lib/
Dtypescript.d.ts1090 readonly operatorToken: BinaryOperatorToken; property
1096 readonly operatorToken: TOperator; property
DtypescriptServices.d.ts1090 readonly operatorToken: BinaryOperatorToken; property
1096 readonly operatorToken: TOperator; property
Dtsserverlibrary.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
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1101 readonly operatorToken: BinaryOperatorToken; property
1107 readonly operatorToken: TOperator; property
Dtsserverlibrary.d.ts1101 readonly operatorToken: BinaryOperatorToken; property
1107 readonly operatorToken: TOperator; property