Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts44 isObjectLiteralScope
228 return isObjectLiteralScope(scope);
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts102 export function isObjectLiteralScope(scope: Scope): boolean { function