Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dbreakpoints.ts299 const { left, operatorToken } = node as BinaryExpression; constant
Dutilities.ts3003 const { left, operatorToken, right } = parent as BinaryExpression; constant
/third_party/typescript/src/services/codefixes/
DconvertToEsModule.ts158 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/
Dutilities.ts6344 const { left, operatorToken } = parent as BinaryExpression; constant
Dtypes.ts2443 readonly operatorToken: BinaryOperatorToken; property
2451 readonly operatorToken: TOperator; property
/third_party/typescript/lib/
Dtypescript.d.ts1288 readonly operatorToken: BinaryOperatorToken; property
1294 readonly operatorToken: TOperator; property
Dtsserverlibrary.d.ts5291 readonly operatorToken: BinaryOperatorToken; property
5297 readonly operatorToken: TOperator; property
DtypingsInstaller.js22075 function makeBinaryExpression(left, operatorToken, right, pos) { argument
30785 function onOperator(operatorToken, state, _node) { argument
35627 function onOperator(operatorToken, _state, node) { argument
Dtsc.js29227 function makeBinaryExpression(left, operatorToken, right, pos) { argument
40547 function onOperator(operatorToken, state, _node) { argument
69798 function onOperator(operatorToken, state, node) { argument
69873 function checkBinaryLikeExpression(left, operatorToken, right, checkMode, errorNode) { argument
69887 …function checkBinaryLikeExpressionWorker(left, operatorToken, right, leftType, rightType, errorNod… argument
101344 function onOperator(operatorToken, _state, node) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1288 readonly operatorToken: BinaryOperatorToken; property
1294 readonly operatorToken: TOperator; property
Dtsserverlibrary.d.ts5291 readonly operatorToken: BinaryOperatorToken; property
5297 readonly operatorToken: TOperator; property