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) {
|
if (actual) {
|
||||||
verifyProperty(WeakRef.prototype, 'constructor', {
|
verifyProperty(WeakRef.prototype, 'constructor', {
|
||||||
value: WeakRef,
|
value: WeakRef,
|
||||||
writable: false,
|
writable: true,
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
configurable: true
|
configurable: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue