Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts41 isGlobalScope,
383 return !enableTopLevel && isGlobalScope(scope);
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts82 export function isGlobalScope(scope: Scope): boolean { function