UNPKG

anobis

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