mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
Add missing feature flag to isContructor helper file
The linter says this should include the Reflect.construct feature flag.
This commit is contained in:
parent
7c9a885b79
commit
9821def022
@ -5,6 +5,7 @@
|
|||||||
description: |
|
description: |
|
||||||
Test if a given function is a constructor function.
|
Test if a given function is a constructor function.
|
||||||
defines: [isConstructor]
|
defines: [isConstructor]
|
||||||
|
features: [Reflect.construct]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
function isConstructor(f) {
|
function isConstructor(f) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user