summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1566974.js
blob: efd176daf0ea8f82bb34000e5dddea5eabcbafdb (plain)
1
2
3
4
5
(() => {
    (function() {
        eval('');
    }());
})();