UNPKG

test262-parser-tests

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