diff options
Diffstat (limited to 'js/src/jit-test/tests/pic/fuzz2.js')
-rw-r--r-- | js/src/jit-test/tests/pic/fuzz2.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/pic/fuzz2.js b/js/src/jit-test/tests/pic/fuzz2.js new file mode 100644 index 000000000..45145c7bd --- /dev/null +++ b/js/src/jit-test/tests/pic/fuzz2.js @@ -0,0 +1,3 @@ +for each(let x in [0, {}, 0, {}]) {
+ x.valueOf
+}
\ No newline at end of file |