diff options
Diffstat (limited to 'js/src/jit-test/tests/auto-regress/bug1669914.js')
-rw-r--r-- | js/src/jit-test/tests/auto-regress/bug1669914.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/auto-regress/bug1669914.js b/js/src/jit-test/tests/auto-regress/bug1669914.js new file mode 100644 index 0000000000..9e433f685f --- /dev/null +++ b/js/src/jit-test/tests/auto-regress/bug1669914.js @@ -0,0 +1,10 @@ +function v0(v1, v2) { + try { + v3 = v0(); + } catch (v4) { + if (typeof disassemble === "function") { + disassemble("-r", Function("()=>e,d")); + } + } +} +v24 = v0("matchAll"); |