You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editorial: [[HomeObject]] is always an ordinary object
`[[HomeObject]]` is always set to an ordinary object (or `undefined`).
Assert this in `MakeMethod` and `GetSuperBase`. `GetSuperBase` and
`MakeSuperPropertyReference` are now both also infallible.
1. Let _propertyNameValue_ be ? GetValue(_propertyNameReference_).
19447
19448
1. Let _strict_ be IsStrict(this |SuperProperty|).
19448
19449
1. NOTE: In most cases, ToPropertyKey will be performed on _propertyNameValue_ immediately after this step. However, in the case of `super[b] = c`, it will not be performed until after evaluation of `c`.
0 commit comments