Push argument to the function. @param arg int argument. @return this
(int arg)
| 93 | * @return this |
| 94 | */ |
| 95 | public Function pushArg(int arg) { |
| 96 | Base._LIB.tvmFFIFunctionPushArgLong(arg); |
| 97 | return this; |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Push argument to the function. |