Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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