Skip to content

Commit

Permalink
Editorial: add oldid for "super-reference" (#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and ljharb committed Nov 3, 2020
1 parent 06cda1b commit 5657da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -3762,7 +3762,7 @@ <h1>The Reference Record Specification Type</h1>
<tr>
<td>[[ThisValue]]</td>
<td>any ECMAScript language value or ~empty~</td>
<td>If not ~empty~, the Reference Record represents a property binding that was expressed using the `super` keyword; it is called a <dfn id="super-reference-record">Super Reference Record</dfn> and its [[Base]] value will never be an Environment Record. In that case, the [[ThisValue]] field holds the *this* value at the time the Reference Record was created.</td>
<td>If not ~empty~, the Reference Record represents a property binding that was expressed using the `super` keyword; it is called a <dfn id="super-reference-record" oldids="super-reference">Super Reference Record</dfn> and its [[Base]] value will never be an Environment Record. In that case, the [[ThisValue]] field holds the *this* value at the time the Reference Record was created.</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 5657da4

Please sign in to comment.