summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1018620.js
blob: 64463d23c4401468085b985db86af3be1e1f1698 (plain)
1
2
3
4
5
String.prototype.search = evalcx('').String.prototype.search;
''.search(/()/);
gcPreserveCode();
gc(this);