summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/1577573.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/xpconnect/crashtests/1577573.html')
-rw-r--r--js/xpconnect/crashtests/1577573.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/1577573.html b/js/xpconnect/crashtests/1577573.html
new file mode 100644
index 0000000000..075662ebe5
--- /dev/null
+++ b/js/xpconnect/crashtests/1577573.html
@@ -0,0 +1,6 @@
+<script>
+ function f() {}
+ var p = new Proxy(f, {});
+ SpecialPowers.Cu.exportFunction(f, window).name;
+ SpecialPowers.Cu.exportFunction(p, window).name;
+</script>