Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts262 private static varInFunctionForScope(node: ts.Node, scope: ts.Node): boolean { method in Autofixer
359 if (ident !== decl && Autofixer.varInFunctionForScope(ident, forNode)) {