Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts272 getDecl(name: string): Decl | undefined { method in Scope
429 let decl = this.getDecl(exportedLocalName);
Drecorder.ts308 let decl = <Decl>declScope.getDecl(name);