Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: js/xpconnect/crashtests/crashtests.list
<script>
function f() {}
var p = new Proxy(f, {});
SpecialPowers.Cu.exportFunction(f, window).name;
SpecialPowers.Cu.exportFunction(p, window).name;
</script>