| 1052 | return invalid(cx, G_STRFUNC); |
| 1053 | } |
| 1054 | bool out(JSContext* cx, GjsFunctionCallState*, GIArgument* arg, |
| 1055 | JS::MutableHandleValue value) override { |
| 1056 | return gjs_value_from_byte_array_gi_argument(cx, value, arg); |
| 1057 | } |
| 1058 | bool release(JSContext*, GjsFunctionCallState*, |
| 1059 | GIArgument* in_arg [[maybe_unused]], |
| 1060 | GIArgument* out_arg) override { |
nothing calls this directly
no test coverage detected