Skip to content

Commit

Permalink
Layering: the [[Realm]] of a Script Record cannot be *undefined* (tc3…
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and ljharb committed May 22, 2024
1 parent 246b8fa commit a92f3e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -25787,10 +25787,10 @@ <h1>Script Records</h1>
[[Realm]]
</td>
<td>
a Realm Record or *undefined*
a Realm Record
</td>
<td>
The realm within which this script was created. *undefined* if not yet assigned.
The realm within which this script was created.
</td>
</tr>
<tr>
Expand Down Expand Up @@ -25834,7 +25834,7 @@ <h1>Script Records</h1>
<h1>
ParseScript (
_sourceText_: ECMAScript source text,
_realm_: a Realm Record or *undefined*,
_realm_: a Realm Record,
_hostDefined_: anything,
): a Script Record or a non-empty List of *SyntaxError* objects
</h1>
Expand Down

0 comments on commit a92f3e9

Please sign in to comment.