Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/userIntents_parser/
DparseUserIntents.ts756 const baseClassName: string = this.checker.getTypeAtLocation(node).getSymbol().getName(); constant
1742 for (const [baseClassName, parentClassName] of Object.entries(cacheEntityExtendsMap)) { constant
/developtools/ace_ets2bundle/compiler/src/interop/src/userIntents_parser/
DparseUserIntents.ts695 const baseClassName: string = this.checker.getTypeAtLocation(node).getSymbol().getName(); constant