gecko-dev/js/xpconnect/crashtests/1577573.html

7 строки
167 B
HTML

<script>
function f() {}
var p = new Proxy(f, {});
SpecialPowers.Cu.exportFunction(f, window).name;
SpecialPowers.Cu.exportFunction(p, window).name;
</script>