bind_label
bind_label(stmt->switch_break, switch_end, stmt->pos);
bind_label(stmt->iterator_continue, loop_continue, stmt->pos);
bind_label(stmt->iterator_break, loop_end, stmt->pos);