CodeQL library for JavaScript
codeql/javascript-all 0.6.2 ( changelog , source )
Search

Member predicate Function :: isNonConstructible

Holds if this function cannot be invoked using new because it is of the given kind.

predicate isNonConstructible ( string kind )