UNPKG

test262-parser-tests

Version:
9 lines (8 loc) 104 B
function a() { if (false) { var b = 1; } else { var c = 2; } d(c, b); }