Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DBodyBuilder.ts402 const nestedMethodLocal = outerMethod.getBody()?.getLocals().get(nestedMethodName); constant
403 if (nestedMethodLocal !== undefined) {
404 … this.updateLocalInfoWithClosures(nestedMethodLocal, outerMethod, nestedMethod, closuresLocal);