If F’s has a [[HomeObjectNeedsSuper]] internal slot is true, then
a. Let home be the value of F’s [[HomeObject]] internal slot.
b. If home is undefined, then throw a ReferenceError exception.
a.c. Set envRec’s HomeObject to homethe value of F’s [[HomeObject]] internal slot.
b.d. Set envRec’s MethodName to the value of F’s [[MethodName]] internal slot.
The web version still uses the strikedthrough version.
Bullet 5 on the word doc is:
has a[[HomeObjectNeedsSuper]] internal slot is true, then a. Let home be the value of F’s [[HomeObject]] internal slot. b. If home is undefined, then throw a ReferenceError exception.a.c. Set envRec’s HomeObject to homethe value of F’s [[HomeObject]] internal slot.b.d. Set envRec’s MethodName to the value of F’s [[MethodName]] internal slot.The web version still uses the strikedthrough version.