Name Description Size
browser.js 0
from
invoked.js --- esid: sec-%typedarray% description: Throw a TypeError exception if directly invoked. info: | 22.2.1.1 %TypedArray% ( ) 1. Throw a TypeError Exception ... Note: ES2016 replaces all the references for the %TypedArray% constructor to a single chapter covering all arguments cases. includes: [testTypedArray.js] features: [TypedArray] --- 1408
length.js --- esid: sec-%typedarray% description: > TypedArray has a "length" property whose value is 0. info: | %TypedArray% ( ) The length property of the %TypedArray% constructor function is 0. 17 ECMAScript Standard Built-in Objects ... Unless otherwise specified, the length property of a built-in function object has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js, testTypedArray.js] features: [TypedArray] --- 827
name.js --- esid: sec-%typedarray% description: > TypedArray has a 'name' property whose value is "TypedArray". info: | 22.2.2 Properties of the %TypedArray% Intrinsic Object Besides a length property whose value is 3 and a name property whose value is "TypedArray", %TypedArray% has the following properties: ... ES6 section 17: Unless otherwise specified, the name property of a built-in Function object, if it exists, has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js, testTypedArray.js] features: [TypedArray] --- 937
of
prototype
prototype.js --- esid: sec-%typedarray% description: > "prototype" property of TypedArray info: | 22.2.2.3 %TypedArray%.prototype This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }. includes: [propertyHelper.js, testTypedArray.js] features: [TypedArray] --- 660
shell.js --- description: | Provide a list for original and expected values for different byte conversions. This helper is mostly used on tests for TypedArray and DataView, and each array from the expected values must match the original values array on every index containing its original value. defines: [byteConversionValues] --- 26781
Symbol.species