Home
last modified time | relevance | path

Searched defs:typeSymbol (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2572 const typeSymbol = this.getTypeSymbol(tsVarDecl); constant
3837 const typeSymbol = type.getSymbol(); constant
3838 const typeName = typeSymbol ? typeSymbol.getName() : symbol.getName(); constant