blob: aa46f3d7422dec929fa6425a372473a9a703db42 [file] [log] [blame]
function test() {
return typeof WeakMap.prototype.delete === "function";
}
if (!test())
throw new Error("Test failed");