blob: e8e524e75ce1b439d25688352c73e103a27c39b8 [file] [log] [blame]
function test() {
return typeof ArrayBuffer[Symbol.species] === 'function';
}
if (!test())
throw new Error("Test failed");