From 8a0b58f99d9ab80ad9edbea83ba930e03a4ee9c8 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Sat, 12 Jun 2021 22:17:25 -0400 Subject: [PATCH] PR #2190 dropped the [[ScriptOrModule]] slot for exotic built-ins. --- spec.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/spec.html b/spec.html index 77252acaaa..ec1b90c1bc 100644 --- a/spec.html +++ b/spec.html @@ -11625,17 +11625,6 @@

Built-in Function Objects

The realm in which the function was created and which provides any intrinsic objects that are accessed when evaluating the function. - - - [[ScriptOrModule]] - - - Null - - - The script or module in which the function was created. - - [[InitialName]] @@ -11698,7 +11687,6 @@

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