| 31 | // clang-format on |
| 32 | |
| 33 | void CairoSolidPattern::add_associated_memory(JSObject* obj, |
| 34 | cairo_pattern_t* pattern) { |
| 35 | add_associated_memory_for_pattern(obj, pattern); |
| 36 | } |
| 37 | |
| 38 | GJS_JSAPI_RETURN_CONVENTION |
| 39 | static bool createRGB_func(JSContext* cx, unsigned argc, JS::Value* vp) { |
nothing calls this directly
no test coverage detected