Fix AbstractModuleSource.prototype descriptor

This commit is contained in:
Chengzhong Wu 2024-11-26 14:01:02 +00:00 committed by Ms2ger
parent fd979d85d4
commit 3499f1e646
1 changed files with 1 additions and 1 deletions

View File

@ -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
}); });