Skip to content

Commit 1cad710

Browse files
anbaljharb
authored andcommitted
Normative: WeakRef.prototype.constructor should be writable (#3638)
This matches how all other `constructor` properties are defined and implementations also implement the property as writable.
1 parent ac44bdf commit 1cad710

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47165,8 +47165,6 @@ <h1>Properties of the WeakRef Prototype Object</h1>
4716547165
<h1>WeakRef.prototype.constructor</h1>
4716647166

4716747167
<p>The initial value of `WeakRef.prototype.constructor` is %WeakRef%.</p>
47168-
47169-
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
4717047168
</emu-clause>
4717147169

4717247170
<emu-clause id="sec-weak-ref.prototype.deref">

0 commit comments

Comments
 (0)