UNPKG

test262-parser-tests

Version:
13 lines (12 loc) 165 B
if (a) { if (b) c; } else d; if (a) { if (b) throw c; } else d; if (a) { with (a) if (b) throw c; } else d; if (a) { do if (b) throw c; while (a); } else d;