Struct for a single function call.
| Instance Method Summary | |
getArgument(number index) ⇒ <Any Type>Returns the nth argument of the called function. | |
getArguments() ⇒ !Array | |
getError() ⇒ <Any Type> | |
getFunction() ⇒ !Function | |
getReturnValue() ⇒ <Any Type> | |
getThis() ⇒ !Object | |