From fcd19b5d91581360834467fbbb78b9b6792bfb41 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 6 Sep 2024 13:08:41 -0700 Subject: [PATCH] Editorial: remove `Type()` AO-like macro (#3420) --- spec.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 7d72456fe8..6fd4400dc0 100644 --- a/spec.html +++ b/spec.html @@ -1118,10 +1118,9 @@

Identity

- +

ECMAScript Data Types and Values

Algorithms within this specification manipulate values each of which has an associated type. The possible value types are exactly those defined in this clause. Types are further classified into ECMAScript language types and specification types.

-

Within this specification, the notation “Type(_x_)” is used as shorthand for “the type of _x_” where “type” refers to the ECMAScript language and specification types defined in this clause.

ECMAScript Language Types