Home
last modified time | relevance | path

Searched refs:hasDecl (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts220 if (curScope.hasDecl(name)) {
261 hasDecl(name: string): boolean { method in Scope
DecmaModule.ts209 if (!moduleScope.hasDecl(localName) && localName != '*default*') {