| 320 | String comment; |
| 321 | |
| 322 | TCustomFuncObj(Array<TVar> params, Array<ObjectRef> body, String comment) |
| 323 | : params(params), body(body), comment(comment) {} |
| 324 | |
| 325 | bool SEqual(const TCustomFuncObj* other, |
| 326 | ffi::TypedFunction<bool(AnyView, AnyView, bool, AnyView)> cmp) const { |
nothing calls this directly
no outgoing calls
no test coverage detected