summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug820124-4.js
blob: 606a1e498e2d54d1b4b24698fefbb91fd009441c (plain)
1
2
3
4
5
6
7
8
// Don't assert.
eval("\
    r = RegExp(\"(?!()(((!))))\", \"g\");\
    \"^\".replace(r, '');\
    r = (\"1+\")\
")
gc()
RegExp.$8