UNPKG

voluptasvelit

Version:
8 lines (7 loc) 140 B
function foo (label) { label: for (var i = 0; i < 1000; i++) { break label; continue label; } }