summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug554580-5.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit-test/tests/jaeger/bug554580-5.js')
-rw-r--r--js/src/jit-test/tests/jaeger/bug554580-5.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/jaeger/bug554580-5.js b/js/src/jit-test/tests/jaeger/bug554580-5.js
new file mode 100644
index 0000000000..1d3ee522b0
--- /dev/null
+++ b/js/src/jit-test/tests/jaeger/bug554580-5.js
@@ -0,0 +1,20 @@
+(function() {
+ (function g(m, n) {
+ if (m = n) {
+ return eval("x=this")
+ }
+ g(m, 1)[[]]
+ })()
+})()
+Function("\
+ for (let b in [0]) {\
+ for (var k = 0; k < 6; ++k) {\
+ if (k == 1) {\
+ print(x)\
+ }\
+ }\
+ }\
+")()
+
+/* Don't crash/assert. */
+