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