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.ts5634 const { left, operatorToken } = parent as BinaryExpression; constant
Dchecker.ts27319 const { left, operatorToken, right } = binaryExpression; constant
34894 const { left, operatorToken, right } = node; constant
/third_party/typescript/lib/
Dtypescript.d.ts1161 readonly operatorToken: BinaryOperatorToken; property
1167 readonly operatorToken: TOperator; property
DtypescriptServices.d.ts1161 readonly operatorToken: BinaryOperatorToken; property
1167 readonly operatorToken: TOperator; property
Dtsserverlibrary.d.ts1161 readonly operatorToken: BinaryOperatorToken; property
1167 readonly operatorToken: TOperator; property
DtypingsInstaller.js36102 function makeBinaryExpression(left, operatorToken, right, pos) { argument
48501 function onOperator(operatorToken, state, _node) { argument
82520 function onOperator(operatorToken, state, node) { argument
82603 function checkBinaryLikeExpression(left, operatorToken, right, checkMode, errorNode) { argument
82618 …function checkBinaryLikeExpressionWorker(left, operatorToken, right, leftType, rightType, errorNod… argument
117171 function onOperator(operatorToken, _state, node) { argument
Dtsc.js29214 function makeBinaryExpression(left, operatorToken, right, pos) { argument
39984 function onOperator(operatorToken, state, _node) { argument
69414 function onOperator(operatorToken, state, node) { argument
69491 function checkBinaryLikeExpression(left, operatorToken, right, checkMode, errorNode) { argument
69506 …function checkBinaryLikeExpressionWorker(left, operatorToken, right, leftType, rightType, errorNod… argument
96900 function onOperator(operatorToken, _state, node) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1161 readonly operatorToken: BinaryOperatorToken; property
1167 readonly operatorToken: TOperator; property
Dtsserverlibrary.d.ts1161 readonly operatorToken: BinaryOperatorToken; property
1167 readonly operatorToken: TOperator; property