summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/xdr/bug1607895.js
blob: 74050bddbd39fc498a3debab2f9857a1073113cd (plain)
1
2
3
4
5
6
7
code = cacheEntry(`
  function f() {
    (function () {})
  };
  f()
  `);
evaluate(code, { saveIncrementalBytecode: { value: true } });