CodeQL library for JavaScript/TypeScript
codeql/javascript-all 1.1.2-dev (changelog, source)
Search

Member predicate DataFlow::ClassNode::getAnInstanceMemberAccess

Gets a property read that accesses the property name on an instance of this class.

Concretely, this holds when the base is an instance of this class or a subclass thereof.

PropRead getAnInstanceMemberAccess(string name)