Home
last modified time | relevance | path

Searched refs:debugTag (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts92 protected debugTag = "scope"; property in Scope
204 LOGD(this.debugTag, "scope.find (" + name + ") :");
212 LOGD(this.debugTag, "scope.find (" + name + ") : undefined");
340 …LOGD(this.debugTag, "VariableScope.addArg(" + name + "), kind(" + declKind + ")", "argIdx(" + argI…
407 LOGD(this.debugTag, "globalscope.add (" + name + "), kind:" + declKind);
441 LOGD(this.debugTag, "modulescope.add (" + name + "), kind:" + declKind);
496 LOGD(this.debugTag, "functionscope.add (" + name + "), kind:" + declKind);
524 LOGD(this.debugTag, "localscope.add (" + name + "), kind:" + declKind);
Dcompiler.ts131 private debugTag = "compiler"; property in Compiler
389 LOGD(this.debugTag, "compile statement: " + this.getNodeName(stmt));
796 LOGD(this.debugTag, "compile expr: " + ts.SyntaxKind[expr.kind] + " " + expr.kind);
Dpandagen.ts212 private debugTag: string = "PandaGen"; property in PandaGen