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