mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +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) {
|
||||
verifyProperty(WeakRef.prototype, 'constructor', {
|
||||
value: WeakRef,
|
||||
writable: false,
|
||||
writable: true,
|
||||
enumerable: false,
|
||||
configurable: true
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user