Searched defs:callExpression (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/services/codefixes/ |
| D | removeAccidentalCallParentheses.ts | 10 …const callExpression = findAncestor(getTokenAtPosition(context.sourceFile, context.span.start), is… constant
|
| D | fixNaNEquality.ts | 53 const callExpression = factory.createCallExpression( constant
|
| /third_party/node/deps/v8/src/torque/ |
| D | torque-parser.cc | 2534 Symbol callExpression = {Rule( member
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 16709 function isRequireCall(callExpression, requireStringLiteralLikeArgument) { argument 73279 function getTypePredicateArgument(predicate, callExpression) { argument 74400 function narrowTypeByCallExpression(type, callExpression, assumeTrue) { argument 74420 function narrowTypeByTypePredicate(type, predicate, callExpression, assumeTrue) { argument
|
| D | tsc.js | 13044 function isRequireCall(callExpression, requireStringLiteralLikeArgument) { argument 61448 function getTypePredicateArgument(predicate, callExpression) { argument 62417 function narrowTypeByCallExpression(type, callExpression, assumeTrue) { argument 62437 function narrowTypeByTypePredicate(type, predicate, callExpression, assumeTrue) { argument
|