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

Member predicate DataFlow::ClassNode::getAnInstanceMemberAccess

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

This includes accesses on subclasses (if the member is not overridden) and accesses in a base class (only if accessed on this).

PropRead getAnInstanceMemberAccess(string name, TypeTracker t)