Name Description Size
browser.js 0
length.js --- esid: sec-get-arraybuffer-@@species description: > get ArrayBuffer [ @@species ].length is 0. info: | get ArrayBuffer [ @@species ] 17 ECMAScript Standard Built-in Objects: Every built-in Function object, including constructors, has a length property whose value is an integer. Unless otherwise specified, this value is equal to the largest number of named arguments shown in the subclause headings for the function description, including optional parameters. However, rest parameters shown using the form “...name” are not included in the default argument count. Unless otherwise specified, the length property of a built-in Function object has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [Symbol.species] --- 1192
return-value.js --- esid: sec-get-arraybuffer-@@species description: Return value of @@species accessor method info: | 1. Return the this value. features: [Symbol.species] --- 480
shell.js 0
symbol-species-name.js --- esid: sec-get-arraybuffer-@@species description: > ArrayBuffer[Symbol.species] accessor property get name info: | 24.1.3.3 get ArrayBuffer [ @@species ] ... The value of the name property of this function is "get [Symbol.species]". features: [Symbol.species] includes: [propertyHelper.js] --- 690
symbol-species.js --- info: | ArrayBuffer has a property at `Symbol.species` esid: sec-get-arraybuffer-@@species author: Sam Mikes description: ArrayBuffer[Symbol.species] exists per spec features: [ArrayBuffer, Symbol.species] includes: [propertyHelper.js] --- 685