Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DBodyBuilder.ts100 const closures = this.findClosuresUsedInNested(chain, baseLocals, allNestedLocals); constant
308 const closures = (params[0].getType() as LexicalEnvType).getClosures(); constant
559 const closures = lexicalEnv.getClosures(); constant