summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug820124-3.js
blob: 1f0dfd0fa32769a714867664674a7c8579783e22 (plain)
1
2
3
4
5
6
7
8
// Don't assert.
eval("\
    x = RegExp(\"()\", \"y\");\
    x.test();\
    x = {};\
")
gc()
RegExp.$6