summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/testBug780712.js
blob: 25df27b40c4dc134bb1d24567f4ab9b382f11c70 (plain)
1
2
3
4
5
6
7
8
9
r = evalcx("/x/", undefined);
s = "";
gc()
Function("\
    s.match(r);\
    schedulegc(__proto__);\
    ({c:schedulegc(2)});\
    s.match(r);\
")()