From 5ef1e97c117cf43d196276730fefe1d4f3146106 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Wed, 10 Jun 2020 17:30:00 +0200 Subject: [PATCH] =?UTF-8?q?Editorial:=20Add=C2=A0auto=E2=80=91linking=20fo?= =?UTF-8?q?r=C2=A0dotted=20intrinsics=20(#2041)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec.html | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/spec.html b/spec.html index dd4c3284d6..5581da29de 100644 --- a/spec.html +++ b/spec.html @@ -9728,7 +9728,7 @@

Immutable Prototype Exotic Objects

An object is an immutable prototype exotic object if its [[SetPrototypeOf]] internal method uses the following implementation. (Its other essential internal methods may use any implementation, depending on the specific immutable prototype exotic object in question.)

-

Unlike other exotic objects, there is not a dedicated creation abstract operation provided for immutable prototype exotic objects. This is because they are only used by %ObjectPrototype% and by host environments, and in host environments, the relevant objects are potentially exotic in other ways and thus need their own dedicated creation operation.

+

Unlike other exotic objects, there is not a dedicated creation abstract operation provided for immutable prototype exotic objects. This is because they are only used by %Object.prototype% and by host environments, and in host environments, the relevant objects are potentially exotic in other ways and thus need their own dedicated creation operation.

@@ -26031,6 +26031,7 @@

Properties of the Object Prototype Object

The Object prototype object: