Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/statement/
DswitchStatement.ts32 private caseLabels: Label[] = []; property in SwitchBase
42 this.caseLabels.push(caseLabel);
51 this.pandaGen.label(caseTarget, this.caseLabels[index]);
71 …Gen.condition(caseTarget, ts.SyntaxKind.ExclamationEqualsEqualsToken, tag, this.caseLabels[index]);
76 this.pandaGen.branch(defaultTarget, this.caseLabels[defaultIndex]);