qtil
advanced-security/qtil-javascript 0.0.3
Search

Member predicate FunctionCompositionCall::getOperandFunction

Gets the function flowing into the ith function in the composition f(g(h(...))).

Note that this is the opposite of the order in which the function are invoked, that is, g occurs later than f in f(g(...)) but is invoked before f.

FunctionNode getOperandFunction(int i)