The name of the function declaration
()
| 127 | * The name of the function declaration |
| 128 | **/ |
| 129 | public Symbol getName() |
| 130 | { |
| 131 | |
| 132 | return Symbol.create(getContext(), |
| 133 | Native.getDeclName(getContext().nCtx(), getNativeObject())); |
| 134 | } |
| 135 | |
| 136 | /** |
| 137 | * The number of parameters of the function declaration |
nothing calls this directly
no test coverage detected