Name Description Size
length-getter.js --- esid: sec-get-%tuple%.prototype.length description: > info: | get %Tuple%.prototype.length Tuple.prototype.length is an accessor property whose set accessor function is undefined. Its get accessor function performs the following steps: 1. Let T be ? thisTupleValue(this value). 2. Let size be the length of T.[[Sequence]]. 3. Return size. features: [Tuple] --- 1206