Home
last modified time | relevance | path

Searched refs:getDecls (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Dhoisting.ts95 let decls = scope.getDecls();
DsyntaxChecker.ts83 let decls = scope.getDecls();
97 let decls = scope.getDecls();
106 let parentDecls = parentScope.getDecls();
117 let decls = scope.getDecls();
178 let bodyDecls = blockScope.getDecls();
179 let catchParameters = catchScope.getDecls();
235 let decls = scope.getDecls();
DaddVariable2Scope.ts139 let decls = scope.getDecls();
Dscope.ts283 getDecls(): Decl[] { method in Scope