diff --git a/spec.html b/spec.html
index c3ccce1ede..521f203ca4 100644
--- a/spec.html
+++ b/spec.html
@@ -3158,6 +3158,17 @@
Well-Known Intrinsic Objects
The initial value of the *"prototype"* data property of %EvalError%; i.e., %EvalError.prototype%
+
+
+ %FinalizationRegistry%
+ |
+
+ `FinalizationRegistry`
+ |
+
+ The FinalizationRegistry constructor ()
+ |
+
%Float32Array%
@@ -4004,6 +4015,17 @@ Well-Known Intrinsic Objects
The initial value of the *"prototype"* data property of %WeakMap%; i.e., %WeakMap.prototype%
|
+
+
+ %WeakRef%
+ |
+
+ `WeakRef`
+ |
+
+ The WeakRef constructor ()
+ |
+
%WeakSet%
@@ -38958,7 +38980,7 @@ WeakRef Objects
The WeakRef Constructor
- The WeakRef constructor:
+ The WeakRef constructor:
- is the intrinsic object %WeakRef%.
-
@@ -39090,7 +39112,7 @@
FinalizationRegistry Objects
The FinalizationRegistry Constructor
- The FinalizationRegistry constructor:
+ The FinalizationRegistry constructor:
- is the intrinsic object %FinalizationRegistry%.
-
|