Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dbreakpoints.ts284 const { left, operatorToken } = node as BinaryExpression; constant
Dutilities.ts2745 const { left, operatorToken, right } = parent as BinaryExpression; constant
/third_party/typescript/src/services/codefixes/
DconvertToEsModule.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.ts2903 const operatorToken = asToken(operator); constant
/third_party/typescript/src/compiler/
Dutilities.ts5662 const { left, operatorToken } = parent as BinaryExpression; constant
Dchecker.ts27360 const { left, operatorToken, right } = binaryExpression; constant
34956 const { left, operatorToken, right } = node; constant
/third_party/typescript/lib/
Dtypescript.d.ts1164 readonly operatorToken: BinaryOperatorToken; property
1170 readonly operatorToken: TOperator; property
DtypescriptServices.d.ts1164 readonly operatorToken: BinaryOperatorToken; property
1170 readonly operatorToken: TOperator; property
Dtsserverlibrary.d.ts1164 readonly operatorToken: BinaryOperatorToken; property
1170 readonly operatorToken: TOperator; property
DtypingsInstaller.js36159 function makeBinaryExpression(left, operatorToken, right, pos) { argument
48661 function onOperator(operatorToken, state, _node) { argument
82735 function onOperator(operatorToken, state, node) { argument
82818 function checkBinaryLikeExpression(left, operatorToken, right, checkMode, errorNode) { argument
82833 …function checkBinaryLikeExpressionWorker(left, operatorToken, right, leftType, rightType, errorNod… argument
117434 function onOperator(operatorToken, _state, node) { argument
Dtsc.js29268 function makeBinaryExpression(left, operatorToken, right, pos) { argument
40135 function onOperator(operatorToken, state, _node) { argument
69613 function onOperator(operatorToken, state, node) { argument
69690 function checkBinaryLikeExpression(left, operatorToken, right, checkMode, errorNode) { argument
69705 …function checkBinaryLikeExpressionWorker(left, operatorToken, right, leftType, rightType, errorNod… argument
97140 function onOperator(operatorToken, _state, node) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1164 readonly operatorToken: BinaryOperatorToken; property
1170 readonly operatorToken: TOperator; property
Dtsserverlibrary.d.ts1164 readonly operatorToken: BinaryOperatorToken; property
1170 readonly operatorToken: TOperator; property