From 566f39c22fe1831fc05da8c966357c0c1d355736 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 5 Aug 2020 15:17:10 -0700 Subject: [PATCH] Editorial: add missing WeakRef/Finalization well-known intrinsics to table (#2126) Unintentionally omitted from #2089. Also added the s for easier linking. --- spec.html | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) 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%.