summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1833517.js
blob: 798ddbc325a594413d74c8d21f641231f17843e1 (plain)
1
2
3
4
5
6
enableShellAllocationMetadataBuilder();
(function f() {
  (function () {
    f;
  });
})();