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