From c4f433e0b79e70d8a9bffde0d71661aa583d0144 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 2 Sep 2024 14:53:30 -0700 Subject: [PATCH] Editorial: replace non-existent type 'Reference' with type 'Reference Record' and its link (#3375) --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 8493c6364b..a5803db65a 100644 --- a/spec.html +++ b/spec.html @@ -4035,7 +4035,7 @@

Well-Known Intrinsic Objects

ECMAScript Specification Types

-

A specification type corresponds to meta-values that are used within algorithms to describe the semantics of ECMAScript language constructs and ECMAScript language types. The specification types include Reference, List, Completion Record, Property Descriptor, Environment Record, Abstract Closure, and Data Block. Specification type values are specification artefacts that do not necessarily correspond to any specific entity within an ECMAScript implementation. Specification type values may be used to describe intermediate results of ECMAScript expression evaluation but such values cannot be stored as properties of objects or values of ECMAScript language variables.

+

A specification type corresponds to meta-values that are used within algorithms to describe the semantics of ECMAScript language constructs and ECMAScript language types. The specification types include Reference Record, List, Completion Record, Property Descriptor, Environment Record, Abstract Closure, and Data Block. Specification type values are specification artefacts that do not necessarily correspond to any specific entity within an ECMAScript implementation. Specification type values may be used to describe intermediate results of ECMAScript expression evaluation but such values cannot be stored as properties of objects or values of ECMAScript language variables.

The Enum Specification Type