mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
Fix typo
Fix typo in an ObjectLiteral
This commit is contained in:
parent
616dcadff4
commit
5492929d55
@ -15,7 +15,7 @@ features: [explicit-resource-management]
|
|||||||
var descriptor = Object.getOwnPropertyDescriptor(AsyncDisposableStack.prototype, 'disposed');
|
var descriptor = Object.getOwnPropertyDescriptor(AsyncDisposableStack.prototype, 'disposed');
|
||||||
|
|
||||||
verifyProperty(descriptor.get, 'length', {
|
verifyProperty(descriptor.get, 'length', {
|
||||||
value: 0;
|
value: 0,
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
writable: false,
|
writable: false,
|
||||||
configurable: true
|
configurable: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user