Home
last modified time | relevance | path

Searched refs:transformFunctionLikeToExpression (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Des2015.ts1721 …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
3575transformFunctionLikeToExpression(method, /*location*/ method, /*name*/ undefined, container)
3628 …const functionExpression = transformFunctionLikeToExpression(node, /*location*/ moveRangePos(node,…
/third_party/typescript/lib/
Dtsc.js87604 … 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…
DtypingsInstaller.js104613 …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…