fixup! Normative optional WeakRef#constructor

This commit is contained in:
Leo Balter 2019-06-07 13:44:16 -04:00 committed by Rick Waldron
parent 5fabef83dc
commit c2c81409b2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ var actual = WeakRef.prototype.hasOwnProperty('constructor');
if (actual) {
verifyProperty(WeakRef.prototype, 'constructor', {
value: WeakRef,
writable: false,
writable: true,
enumerable: false,
configurable: true
});