Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts1490 const sameInterfaceMap = new Map<string, { count: number; nodes: ts.Statement[] }>(); constant
2104 const sameInterfaceMap = new Map<string, { count: number; nodes: ts.Statement[] }>(); constant