mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
Lint fixes
This commit is contained in:
parent
d576baf73f
commit
20e3101105
@ -18,7 +18,7 @@ info: |
|
|||||||
7. If IsConstructor(constructor) is false, throw a TypeError exception.
|
7. If IsConstructor(constructor) is false, throw a TypeError exception.
|
||||||
...
|
...
|
||||||
includes: [isConstructor.js, testTypedArray.js]
|
includes: [isConstructor.js, testTypedArray.js]
|
||||||
features: [Reflect.construct, arrow-function]
|
features: [Reflect.construct, TypedArray, arrow-function]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.sameValue(isConstructor(TypedArray.from), false, 'isConstructor(TypedArray.from) must return false');
|
assert.sameValue(isConstructor(TypedArray.from), false, 'isConstructor(TypedArray.from) must return false');
|
||||||
|
@ -18,7 +18,7 @@ info: |
|
|||||||
7. If IsConstructor(constructor) is false, throw a TypeError exception.
|
7. If IsConstructor(constructor) is false, throw a TypeError exception.
|
||||||
...
|
...
|
||||||
includes: [isConstructor.js, testTypedArray.js]
|
includes: [isConstructor.js, testTypedArray.js]
|
||||||
features: [Reflect.construct, arrow-function]
|
features: [Reflect.construct, TypedArray, arrow-function]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.sameValue(isConstructor(TypedArray.of), false, 'isConstructor(TypedArray.of) must return false');
|
assert.sameValue(isConstructor(TypedArray.of), false, 'isConstructor(TypedArray.of) must return false');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user