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