Name Description Size
invoked-as-accessor.js --- esid: sec-get-%Tuple%.prototype-@@tostringtag description: > info: | 8.2.3.4 %Tuple%.prototype [ @@toStringTag ] The initial value of Tuple.prototype[@@toStringTag] is the String value "Tuple". This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. features: [Symbol.toStringTag, Tuple] --- 662
length.js 293
name.js 189
prop-desc.js --- esid: sec-get-%Tuple%.prototype-@@tostringtag description: > info: | 8.2.3.4 %Tuple%.prototype [ @@toStringTag ] The initial value of Tuple.prototype[@@toStringTag] is the String value "Tuple". This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. features: [Symbol.toStringTag, Tuple] --- 886