summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1035371.js
blob: b42a74656d2b4366f4bb23ef666a230bf7856954 (plain)
1
2
3
4
x = function() {};
y = new WeakMap;
selectforgc({});;
y.set(x, Symbol());