A function call expression
The arguments to use in the call
The base of the call expression
The method name to use in the call. If supplied, the call is a selfcall, i.e. 'base:method(args)' is called. Otherwise, 'base' is treated as a function, i.e. 'base(args)' is called.
See Implementation
A function call expression