| 146 | } |
| 147 | |
| 148 | GjsContextPrivate* GjsContextPrivate::from_current_context() { |
| 149 | return from_object(gjs_context_get_current()); |
| 150 | } |
| 151 | |
| 152 | enum GjsContextProps : uint8_t { |
| 153 | PROP_PROGRAM_PATH = 1, |
nothing calls this directly
no test coverage detected