mirror of https://github.com/tc39/test262.git
fixup! Normative optional WeakRef#constructor
This commit is contained in:
parent
5fabef83dc
commit
c2c81409b2
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue