Lines Matching full:label
29 Label,
76 let tryBeginLabel = new Label();
77 let tryEndLabel = new Label();
78 let catchBeginLabel = new Label();
79 let catchEndLabel = new Label();
80 let normalClose = new Label();
81 let endLabel = new Label();
89 pandaGen.label(arr, tryBeginLabel);
129 let getDefaultLabel = new Label();
130 let getUndefinedLabel = new Label();
131 let storeLabel = new Label();
155 pandaGen.label(element, getDefaultLabel);
163 pandaGen.label(element, getUndefinedLabel);
166 pandaGen.label(element, storeLabel);
170 pandaGen.label(arr, tryEndLabel);
184 pandaGen.label(arr, catchBeginLabel);
189 pandaGen.label(arr, catchEndLabel);
192 pandaGen.label(arr, normalClose);
195 pandaGen.label(arr, endLabel);
204 let nextLabel = new Label();
205 let doneLabel = new Label();
219 pandaGen.label(restElement, nextLabel);
242 pandaGen.label(restElement, doneLabel);
262 let notNullish: Label = new Label();
263 let nullLish: Label = new Label();
272 pandaGen.label(obj, nullLish);
275 pandaGen.label(obj, notNullish);
362 let getDefaultLabel = new Label();
363 let storeLabel = new Label();
379 pandaGen.label(element, getDefaultLabel);
382 pandaGen.label(element, storeLabel);