Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for JavaScript/TypeScript
codeql/javascript-all 2.6.3 (changelog, source)

Member predicate DataFlow::SourceNode::getAMethodCall

Gets a method call that invokes a method on this node.

This includes only calls that have the syntactic shape of a method call, that is, o.m(...) or o[p](...).

CallNode getAMethodCall()