blob: 0cdc8caec6e726031c07f670ebe464933435427c [file] [log] [blame]
function test() {
return typeof Array.prototype.copyWithin === 'function';
}
if (!test())
throw new Error("Test failed");