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