mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 13:04:39 +02:00
Lint fixes
This commit is contained in:
parent
5c546996ba
commit
112967c1a9
@ -19,7 +19,7 @@ info: |
|
|||||||
Let value be Desc.[[Value]].
|
Let value be Desc.[[Value]].
|
||||||
Return ? IntegerIndexedElementSet(O, numericIndex, value).
|
Return ? IntegerIndexedElementSet(O, numericIndex, value).
|
||||||
|
|
||||||
includes: [testTypedArray.js, propertyHelper.js]
|
includes: [testTypedArray.js]
|
||||||
features: [Reflect, TypedArray]
|
features: [Reflect, TypedArray]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ info: |
|
|||||||
iii. Return a PropertyDescriptor{[[Value]]: value, [[Writable]]: true,
|
iii. Return a PropertyDescriptor{[[Value]]: value, [[Writable]]: true,
|
||||||
[[Enumerable]]: true, [[Configurable]]: true}.
|
[[Enumerable]]: true, [[Configurable]]: true}.
|
||||||
...
|
...
|
||||||
includes: [testBigIntTypedArray.js, propertyHelper.js]
|
includes: [testBigIntTypedArray.js]
|
||||||
features: [align-detached-buffer-semantics-with-web-reality, BigInt, TypedArray]
|
features: [align-detached-buffer-semantics-with-web-reality, BigInt, TypedArray]
|
||||||
---*/
|
---*/
|
||||||
testWithBigIntTypedArrayConstructors(function(TA) {
|
testWithBigIntTypedArrayConstructors(function(TA) {
|
||||||
|
@ -15,7 +15,7 @@ info: |
|
|||||||
iii. Return a PropertyDescriptor{[[Value]]: value, [[Writable]]: true,
|
iii. Return a PropertyDescriptor{[[Value]]: value, [[Writable]]: true,
|
||||||
[[Enumerable]]: true, [[Configurable]]: true}.
|
[[Enumerable]]: true, [[Configurable]]: true}.
|
||||||
...
|
...
|
||||||
includes: [testTypedArray.js, propertyHelper.js]
|
includes: [testTypedArray.js]
|
||||||
features: [align-detached-buffer-semantics-with-web-reality, TypedArray]
|
features: [align-detached-buffer-semantics-with-web-reality, TypedArray]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user