blob: a518ec52a3aa5cbfd7fd1f02b177b40e8e3bda74 (
plain)
1
2
3
4
5
6
7
8
|
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
var x = {}, h = new WeakMap;
h.set(x, null);
gc();
reportCompare(0, 0, 'ok');
|