Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts86 export function isFunctionScope(scope: Scope): boolean { function
750 if (isFunctionScope(current) && isFunctionLike(node.parent)) {