14:43
<Richard Gibson>
I've added code to ecmaspeak to detect when an algorithm description mentions an alias that isn't a parameter. It found a bunch of cases, but most are reasonable. One that's questionable is in ValidateAndApplyPropertyDescriptor, which has a parameter extensible, but the description refers to it via extensibility (which certainly reads better in context).
looks like that's my fault from https://github.com/tc39/ecma262/pull/2468 ; I think I intended to rename the parameter to better indicate that it refers to extensibility of O (and probably likewise in IsCompatiblePropertyDescriptor) but failed to include that change