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 | tsc.js | 13046 function isRequireCall(callExpression, requireStringLiteralLikeArgument) { argument 61627 function getTypePredicateArgument(predicate, callExpression) { argument 62596 function narrowTypeByCallExpression(type, callExpression, assumeTrue) { argument 62616 function narrowTypeByTypePredicate(type, predicate, callExpression, assumeTrue) { argument
|
| D | typingsInstaller.js | 16714 function isRequireCall(callExpression, requireStringLiteralLikeArgument) { argument 73474 function getTypePredicateArgument(predicate, callExpression) { argument 74595 function narrowTypeByCallExpression(type, callExpression, assumeTrue) { argument 74615 function narrowTypeByTypePredicate(type, predicate, callExpression, assumeTrue) { argument
|