Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceBody.ts109 public getLocals(): Map<string, Local> { method in SourceBody
DSourceStmt.ts72 getLocals(): Map<string, Local>; method
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkIRTransformer.ts92 public getLocals(): Set<Local> { method in ArkIRTransformer