Home | History | Annotate | Download | only in src

Lines Matching defs:scopeType

193 ScopeType = { Global: 0,
1734 ScopeMirror.prototype.scopeType = function() {
1743 var transient = this.scopeType() == ScopeType.Local ||
1744 this.scopeType() == ScopeType.Closure;
2343 type: scope.scopeType(),
2353 content.type = mirror.scopeType();