Home | History | Annotate | Download | only in src

Lines Matching refs:ScopeType

194 var ScopeType = { Global: 0,
1785 ScopeMirror.prototype.scopeType = function() {
1794 var transient = this.scopeType() == ScopeType.Local ||
1795 this.scopeType() == ScopeType.Closure;
2399 type: scope.scopeType(),
2409 content.type = mirror.scopeType();