Args returns the normalized arguments to the function overload. For receiver-style functions, the receiver target is arg 0.
()
| 128 | // Args returns the normalized arguments to the function overload. |
| 129 | // For receiver-style functions, the receiver target is arg 0. |
| 130 | Args() []InterpretableV2 |
| 131 | } |
| 132 | |
| 133 | // InterpretableConstructor interface for inspecting Interpretable instructions that initialize a list, map |
no outgoing calls