Searched refs:getParent (Results 1 – 6 of 6) sorted by relevance
129 getParent(): Scope | undefined { method in Scope135 let pp = this.getParent();138 pp = pp.getParent();209 curScope = curScope.getParent();225 curScope = curScope.getParent();489 getParent(): Scope | undefined { method in FunctionScope
323 tmp = tmp.getParent();
1361 this.scope = <Scope>this.scope.getParent();
101 parentScope = parentScope.getParent();
145 if (!ts.isClassExpression(stmt) && classScope.getParent() instanceof GlobalScope) {
29614 this._parentRef = this.getParent();35448 r = t.getParent(r);35871 getParent(t) {35881 for (let s = this.getParent(e); s !== i; ) {35883 s = this.getParent(s);35922 for (;e !== t.nullVertex(); e = t.getParent(e)) i.push(t.vertexName(e));36328 n = e.addRenderPhase(t.getName(i), t.getParent(i));89739 p.prototype.getParent = function(t) {89746 … for (r[this.length++] = t; 0 < i && (s = this.getParent(i), r[i] > r[s]); ) n = r[i],