UNPKG

test262-parser-tests

Version:
4 lines (3 loc) 133 B
// ContinueStatement should be removed. // And label is not used, then label also should be removed. a: do continue a; while (true);