Home
last modified time | relevance | path

Searched refs:getParent (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts129 getParent(): Scope | undefined { method in Scope
135 let pp = this.getParent();
138 pp = pp.getParent();
209 curScope = curScope.getParent();
225 curScope = curScope.getParent();
489 getParent(): Scope | undefined { method in FunctionScope
Drecorder.ts323 tmp = tmp.getParent();
Dcompiler.ts1361 this.scope = <Scope>this.scope.getParent();
DsyntaxChecker.ts101 parentScope = parentScope.getParent();
/arkcompiler/ets_frontend/ts2panda/src/statement/
DclassStatement.ts145 if (!ts.isClassExpression(stmt) && classScope.getParent() instanceof GlobalScope) {
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js29614 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],