blob: a518ec52a3aa5cbfd7fd1f02b177b40e8e3bda74 [file] [log] [blame]
// 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');