The number of parameters of the function declaration
()
| 137 | * The number of parameters of the function declaration |
| 138 | **/ |
| 139 | public int getNumParameters() |
| 140 | { |
| 141 | return Native.getDeclNumParameters(getContext().nCtx(), getNativeObject()); |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * The parameters of the function declaration |
no test coverage detected