UNPKG

test262-parser-tests

Version:
8 lines (7 loc) 131 B
(function () { var a = 1; // should not hoist this arguments[2] = 3; (function () { eval(''); }()); }());