mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 08:24:23 +02:00
Fix 'wrtiable' typos
This commit is contained in:
parent
79f087814f
commit
dd30d83e9e
@ -22,6 +22,6 @@ includes: [propertyHelper.js]
|
|||||||
verifyProperty(ArrayBuffer.prototype.resize, 'name', {
|
verifyProperty(ArrayBuffer.prototype.resize, 'name', {
|
||||||
value: 'resize',
|
value: 'resize',
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
wrtiable: false,
|
writable: false,
|
||||||
configurable: true
|
configurable: true
|
||||||
});
|
});
|
||||||
|
@ -22,6 +22,6 @@ includes: [propertyHelper.js]
|
|||||||
verifyProperty(SharedArrayBuffer.prototype.grow, 'name', {
|
verifyProperty(SharedArrayBuffer.prototype.grow, 'name', {
|
||||||
value: 'grow',
|
value: 'grow',
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
wrtiable: false,
|
writable: false,
|
||||||
configurable: true
|
configurable: true
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user