Data type FunctionCall
access this type via: lang.Proxy (uses)
This data type is passed in to the functions of Proxy. It is populated with the name of the function call, its relative index into the interface type on which it was called, the type of the function (including its return type and parameter types), and the parameter values with which the function was called.
Fields
char name[] The name of this function call.
int index The index of this function header in its interface type.
Type type The type of this function header (including its return type and parameter types).
Data params The parameters that were passed to this function call.
int pSetMask Bit mask indicating which parameters were given a value by the caller (where optional parameters may not have been given a value).