diff --git a/spec.html b/spec.html index 8afea8fb40..6b76d35dec 100644 --- a/spec.html +++ b/spec.html @@ -46804,6 +46804,7 @@

get Iterator.prototype.constructor

1. Return %Iterator%. +

The value of the *"name"* property of this function is *"get constructor"*.

@@ -46813,6 +46814,7 @@

set Iterator.prototype.constructor

1. Perform ? SetterThatIgnoresPrototypeProperties(*this* value, %Iterator.prototype%, *"constructor"*, _v_). 1. Return *undefined*. +

The value of the *"name"* property of this function is *"set constructor"*.