summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1689794.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit-test/tests/gc/bug-1689794.js')
-rw-r--r--js/src/jit-test/tests/gc/bug-1689794.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/gc/bug-1689794.js b/js/src/jit-test/tests/gc/bug-1689794.js
new file mode 100644
index 0000000000..159016edb8
--- /dev/null
+++ b/js/src/jit-test/tests/gc/bug-1689794.js
@@ -0,0 +1,22 @@
+// |jit-test| error: Error; --cpu-count=2; --fast-warmup
+
+function main() {
+ new main;
+}
+try { main(); } catch(exc) {}
+evaluate(`
+ function main() {
+ function v0(v1,v2) {
+ try {
+ let v3 = v0();
+ } catch(v28) {
+ eval(\`
+ v13(v11,RegExp);
+ \`);
+ }
+ }
+ new Promise(v0);
+ }
+ main();
+ gczeal(7,1);
+`);