UNPKG

test262-parser-tests

Version:
6 lines 99 B
var a; // if undeclared it's assumed to have side-effects if (b()) { a(c); } else { a(d); }