UNPKG

test262-parser-tests

Version:
13 lines 164 B
function a() { if (b) return; c(); d(); } function e() { if (b) return; if (c) return; if (d) return; if (f) return; g(); h(); }