Home
last modified time | relevance | path

Searched refs:CatchParameter (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
DaddVariable2Scope.ts23 CatchParameter,
161 } else if (decl instanceof CatchParameter) {
Drecorder.ts31 CatchParameter,
349 decl = new CatchParameter(name, node);
Dscope.ts79 export class CatchParameter extends Decl { class
DsyntaxChecker.ts29 CatchParameter,
253 if ((decl instanceof VarDecl) || (decl instanceof CatchParameter)) {