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