diff --git a/spec.html b/spec.html index fe6d80cbfb..96607baf4e 100644 --- a/spec.html +++ b/spec.html @@ -2285,6 +2285,17 @@

Well-Known Intrinsic Objects

The initial value of the `prototype` data property of %Map% + + + %MapProto_set% + + + `Map.prototype.set` + + + The initial value of the `set` data property of %MapPrototype% () + + %Math% @@ -33841,6 +33852,7 @@

Map.prototype.set ( _key_, _value_ )

1. Append _p_ as the last element of _entries_. 1. Return _M_. +

This function is the %MapProto_set% intrinsic object.