Skip to content

Commit

Permalink
PR tc39#2190 dropped the [[ScriptOrModule]] slot for exotic built-ins.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck committed Jun 13, 2021
1 parent 1436088 commit 8a0b58f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -11625,17 +11625,6 @@ <h1>Built-in Function Objects</h1>
The realm in which the function was created and which provides any intrinsic objects that are accessed when evaluating the function.
</td>
</tr>
<tr>
<td>
[[ScriptOrModule]]
</td>
<td>
Null
</td>
<td>
The script or module in which the function was created.
</td>
</tr>
<tr>
<td>
[[InitialName]]
Expand Down Expand Up @@ -11698,7 +11687,6 @@ <h1>CreateBuiltinFunction ( _steps_, _length_, _name_ [ , _additionalInternalSlo
1. Set _func_.[[Extensible]] to *true*.
1. Set _func_.[[Prototype]] to _prototype_.
1. Set _func_.[[Realm]] to _realm_.
1. Set _func_.[[ScriptOrModule]] to *null*.
1. Set _func_.[[InitialName]] to *null*.
1. Perform ! SetFunctionLength(_func_, _length_).
1. If _prefix_ is not present, then
Expand Down

0 comments on commit 8a0b58f

Please sign in to comment.