02:00
<Michael Ficarra>
FYI in GetPrototypeFromConstructor we say "Set proto to realm's intrinsic object named intrinsicDefaultProto." which I didn't like because "named" isn't totally clear. I tried changing it to "Set proto to the intrinsic object in realm whose Intrinsic Name in Table 6 is intrinsicDefaultProto" but that doesn't work because we sometimes use the dotted notation as well, as in "%AsyncGeneratorFunction.prototype.prototype%". Thoughts on how to improve this step? Maybe just swap "named" with "referenced by"?
15:01
<jmdyck>
Even though "referenced by" might be more in line with the pre-table-6 prose, I think it might confuse readers more than "named". (If you casually think of aliases as references, then you might read "the thing referenced by _foo_" as just a roundabout way of saying "_foo_".)