commit 443ac08674735b8375b5289564450e2a72ff29b5 parent 277a92c62c4ab65c62de1d98bf42be206c67a79a Author: Bryan Thrall <bthrall@mozilla.com> Date: Fri, 17 Oct 2025 16:20:09 +0000 Bug 1976702 - Add testcase r=mgaudet Differential Revision: https://phabricator.services.mozilla.com/D261636 Diffstat:
| A | js/src/jit-test/tests/generators/bug1972804.js | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/js/src/jit-test/tests/generators/bug1972804.js b/js/src/jit-test/tests/generators/bug1972804.js @@ -0,0 +1,4 @@ +// |jit-test| --ion-offthread-compile=off; --setpref=experimental.self_hosted_cache=true +gczeal(6, 1) +a = [].values().drop(1).next() +