comparison: js/src/jit-test/tests/gc/bug-886551-2.js
js/src/jit-test/tests/gc/bug-886551-2.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 gc(); |
|
2 gcslice(0); |
|
3 function isClone(a, b) { |
|
4 var rmemory = new WeakMap(); |
|
5 rmemory.set(a,b); |
|
6 } |
|
7 isClone([]); |