| 127 | GjsFunctionCallState& operator=(const GjsFunctionCallState&) = delete; |
| 128 | |
| 129 | constexpr int first_arg_offset() const { return is_method ? 2 : 1; } |
| 130 | |
| 131 | // The list always contains the return value, and the arguments |
| 132 | constexpr GIArgument* instance() { |