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