blob: a783eb84637aa8f0b2868c000bfd6192b9a15fc5 [file] [log] [blame]
function test() {
return typeof Math.log2 === "function";
}
if (!test())
throw new Error("Test failed");