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