qtil
advanced-security/qtil-javascript 0.0.3
Search

Member predicate SourceNode::getAMethodCall

Gets a method call that invokes method methodName 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(string methodName)