Home
last modified time | relevance | path

Searched refs:tryGetPropertyAccessOrIdentifierToString (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts5160 export function tryGetPropertyAccessOrIdentifierToString(expr: Expression): string | undefined { function
5162 const baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);
5168 const baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);
Dchecker.ts30161 let suggestion = tryGetPropertyAccessOrIdentifierToString(expr.expression);
32818 const name = tryGetPropertyAccessOrIdentifierToString(getInvokedExpression(node));
/third_party/typescript/lib/
DtypingsInstaller.js19393 function tryGetPropertyAccessOrIdentifierToString(expr) { function
19395 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));
Dtsc.js15281 function tryGetPropertyAccessOrIdentifierToString(expr) { function
15283 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));