Searched refs:tryGetPropertyAccessOrIdentifierToString (Results 1 – 4 of 4) sorted by relevance
5160 export function tryGetPropertyAccessOrIdentifierToString(expr: Expression): string | undefined { function5162 const baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);5168 const baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);
30161 let suggestion = tryGetPropertyAccessOrIdentifierToString(expr.expression);32818 const name = tryGetPropertyAccessOrIdentifierToString(getInvokedExpression(node));
19393 function tryGetPropertyAccessOrIdentifierToString(expr) { function19395 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);19401 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);19411 ts.tryGetPropertyAccessOrIdentifierToString = tryGetPropertyAccessOrIdentifierToString;78308 var suggestion = ts.tryGetPropertyAccessOrIdentifierToString(expr.expression);80708 … var name = ts.tryGetPropertyAccessOrIdentifierToString(ts.getInvokedExpression(node));
15281 function tryGetPropertyAccessOrIdentifierToString(expr) { function15283 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);15289 var baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);15299 ts.tryGetPropertyAccessOrIdentifierToString = tryGetPropertyAccessOrIdentifierToString;65725 var suggestion = ts.tryGetPropertyAccessOrIdentifierToString(expr.expression);67750 … var name = ts.tryGetPropertyAccessOrIdentifierToString(ts.getInvokedExpression(node));