| 232 | } |
| 233 | |
| 234 | static void gjs_context_init(GjsContext* self) { |
| 235 | gjs_log_init(); |
| 236 | gjs_context_make_current(self); |
| 237 | } |
| 238 | |
| 239 | static void gjs_context_class_init(GjsContextClass* klass) { |
| 240 | GObjectClass* object_class = G_OBJECT_CLASS(klass); |
nothing calls this directly
no test coverage detected