summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/1577573.html
blob: 075662ebe5142ff1f08b97e7cab0e2c9f6d11d98 (plain)
1
2
3
4
5
6
<script>
  function f() {}
  var p = new Proxy(f, {});
  SpecialPowers.Cu.exportFunction(f, window).name;
  SpecialPowers.Cu.exportFunction(p, window).name;
</script>