Lines Matching full:label
22 Label,
92 let loopStartLabel = new Label();
93 let callreturnLabel = new Label();
94 let callthrowLabel = new Label();
95 let iteratorCompletionLabel = new Label();
96 let exitLabel_return = new Label();
97 let exitLabel_throw = new Label();
98 let exitLabel_value = new Label();
99 let exitLabel_TypeError = new Label();
113 pandaGen.label(expr, loopStartLabel);
122 pandaGen.label(expr, callreturnLabel);
135 pandaGen.label(expr, exitLabel_return);
149 pandaGen.label(expr, callthrowLabel);
161 pandaGen.label(expr, exitLabel_throw);
175 pandaGen.label(expr, exitLabel_TypeError);
179 pandaGen.label(expr, iteratorCompletionLabel);
197 let outputLabel = new Label();
199 pandaGen.label(expr, exitLabel_value);
214 pandaGen.label(expr, outputLabel);
231 let notRetLabel = new Label();
246 pandaGen.label(node, notRetLabel);
250 let notThrowLabel = new Label();
259 pandaGen.label(node, notThrowLabel);