mirror of https://github.com/tc39/test262.git
Fix AbstractModuleSource.prototype descriptor
This commit is contained in:
parent
fd979d85d4
commit
3499f1e646
|
@ -19,5 +19,5 @@ verifyProperty($262.AbstractModuleSource, 'prototype', {
|
||||||
value: $262.AbstractModuleSource.prototype,
|
value: $262.AbstractModuleSource.prototype,
|
||||||
writable: false,
|
writable: false,
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
configurable: true
|
configurable: false
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue