UNPKG

test262-parser-tests

Version:
26 lines (22 loc) 575 B
(function () { var a if (b) return /* I would insert something there, but I'm sort of lazy so whatever. */ a = new c() return a })() (function () { var a if (b) return /* I would insert something there, */ /* but I'm sort of lazy so */ /* whatever. */ a = new c() return a })() (function () { var a if (b) return // I would insert something there, but I'm sort of lazy so whatever. a = new c() return a })()