Searched refs:tryGetPropertyAccessOrIdentifierToString (Results 1 – 8 of 8) sorted by relevance
5091 export function tryGetPropertyAccessOrIdentifierToString(expr: Expression): string | undefined { function5093 const baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);5099 const baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);
26815 let suggestion = tryGetPropertyAccessOrIdentifierToString(expr.expression);29430 const name = tryGetPropertyAccessOrIdentifierToString(getInvokedExpression(node));
14048 function tryGetPropertyAccessOrIdentifierToString(expr) { function14050 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);14056 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);14066 ts.tryGetPropertyAccessOrIdentifierToString = tryGetPropertyAccessOrIdentifierToString;57146 var suggestion = ts.tryGetPropertyAccessOrIdentifierToString(expr.expression);58908 … var name = ts.tryGetPropertyAccessOrIdentifierToString(ts.getInvokedExpression(node));
17949 function tryGetPropertyAccessOrIdentifierToString(expr) { function17951 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);17957 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);17967 ts.tryGetPropertyAccessOrIdentifierToString = tryGetPropertyAccessOrIdentifierToString;68438 var suggestion = ts.tryGetPropertyAccessOrIdentifierToString(expr.expression);70527 … var name = ts.tryGetPropertyAccessOrIdentifierToString(ts.getInvokedExpression(node));
18154 function tryGetPropertyAccessOrIdentifierToString(expr) { function18156 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);18162 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);18172 ts.tryGetPropertyAccessOrIdentifierToString = tryGetPropertyAccessOrIdentifierToString;68643 var suggestion = ts.tryGetPropertyAccessOrIdentifierToString(expr.expression);70732 … var name = ts.tryGetPropertyAccessOrIdentifierToString(ts.getInvokedExpression(node));
17960 function tryGetPropertyAccessOrIdentifierToString(expr) { function17962 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);17968 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);17978 ts.tryGetPropertyAccessOrIdentifierToString = tryGetPropertyAccessOrIdentifierToString;68449 var suggestion = ts.tryGetPropertyAccessOrIdentifierToString(expr.expression);70538 … var name = ts.tryGetPropertyAccessOrIdentifierToString(ts.getInvokedExpression(node));