diff --git a/spec.html b/spec.html index 40927f9540..2cc6451913 100644 --- a/spec.html +++ b/spec.html @@ -25787,10 +25787,10 @@

Script Records

[[Realm]] - a Realm Record or *undefined* + a Realm Record - The realm within which this script was created. *undefined* if not yet assigned. + The realm within which this script was created. @@ -25834,7 +25834,7 @@

Script Records

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