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
See https://github.com/tc39/ecma402/pull/603/files#r693381025 - basically, referencing an internal slot by itself makes sense, like it's a property, and navigating off of an object through internal slots makes sense, but [[a]].[[b]] without an object is very confusing to me.
The text was updated successfully, but these errors were encountered:
The section of the spec in question is entitled "Internal Slots", and it is well understood (and consistent with the rest of ECMA-402) that a floating [[x]] refers to the internal slot of the object whose prototype is being described. For example, the section in question is 10.2.3:
See https://github.com/tc39/ecma402/pull/603/files#r693381025 - basically, referencing an internal slot by itself makes sense, like it's a property, and navigating off of an object through internal slots makes sense, but
[[a]].[[b]]
without an object is very confusing to me.The text was updated successfully, but these errors were encountered: