summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/arrow-functions/bug-885067-1.js
blob: 04ee5fe5073594c86a06b90d82055643659e6757 (plain)
1
2
3
(function() {
    a = (b => eval("0; [arguments]"))();
})();