CodeQL library for JavaScript/TypeScript
codeql/javascript-all 1.1.2-dev (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)