Searched refs:isGlobalScope (Results 1 – 2 of 2) sorted by relevance
41 isGlobalScope,383 return !enableTopLevel && isGlobalScope(scope);
82 export function isGlobalScope(scope: Scope): boolean { function