Searched refs:transformFunctionLikeToExpression (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/transformers/ |
| D | es2015.ts | 1721 …const memberFunction = transformFunctionLikeToExpression(member, /*location*/ member, /*name*/ und… 1788 …const getterFunction = transformFunctionLikeToExpression(getAccessor, /*location*/ undefined, /*na… 1797 …const setterFunction = transformFunctionLikeToExpression(setAccessor, /*location*/ undefined, /*na… 1927 …function transformFunctionLikeToExpression(node: FunctionLikeDeclaration, location: TextRange | un… function 3575 … transformFunctionLikeToExpression(method, /*location*/ method, /*name*/ undefined, container) 3628 …const functionExpression = transformFunctionLikeToExpression(node, /*location*/ moveRangePos(node,…
|
| /third_party/typescript/lib/ |
| D | tsc.js | 87604 … var memberFunction = transformFunctionLikeToExpression(member, member, undefined, container); 87645 …var getterFunction = transformFunctionLikeToExpression(getAccessor, undefined, undefined, containe… 87653 …var setterFunction = transformFunctionLikeToExpression(setAccessor, undefined, undefined, containe… 87714 function transformFunctionLikeToExpression(node, location, name, container) { function 88540 …er, ts.visitNode(method.name, visitor, ts.isPropertyName)), transformFunctionLikeToExpression(meth… 88573 …var functionExpression = transformFunctionLikeToExpression(node, ts.moveRangePos(node, -1), undefi…
|
| D | typingsInstaller.js | 104613 …var memberFunction = transformFunctionLikeToExpression(member, /*location*/ member, /*name*/ undef… 104675 …var getterFunction = transformFunctionLikeToExpression(getAccessor, /*location*/ undefined, /*name… 104683 …var setterFunction = transformFunctionLikeToExpression(setAccessor, /*location*/ undefined, /*name… 104778 function transformFunctionLikeToExpression(node, location, name, container) { function 105957 …er, ts.visitNode(method.name, visitor, ts.isPropertyName)), transformFunctionLikeToExpression(meth… 105999 …var functionExpression = transformFunctionLikeToExpression(node, /*location*/ ts.moveRangePos(node…
|