mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 22:45:10 +02:00
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…
x
Reference in New Issue
Block a user