65ae116a01
Implement switches with continue to their labels by a first 'non-recursive' switch followed by a second (only) 'recursive' switch inside a loop. Continue is implemented by assignment to a state variable that the second switch switches over. R=asgerf@google.com Review URL: https://codereview.chromium.org/1585503002 .