context.h | context.h | |||
---|---|---|---|---|
skipping to change at line 78 | skipping to change at line 78 | |||
GList* gjs_context_get_all (void); | GList* gjs_context_get_all (void); | |||
void* gjs_context_get_native_context (GjsContext *js_context); | void* gjs_context_get_native_context (GjsContext *js_context); | |||
void gjs_context_print_stack_to_buffer (GjsContext *js_context, | void gjs_context_print_stack_to_buffer (GjsContext *js_context, | |||
GString *buf); | GString *buf); | |||
void gjs_context_print_stack_stderr (GjsContext *js_context); | void gjs_context_print_stack_stderr (GjsContext *js_context); | |||
void gjs_context_maybe_gc (GjsContext *context); | void gjs_context_maybe_gc (GjsContext *context); | |||
void gjs_context_gc (GjsContext *context); | ||||
void gjs_dumpstack (void); | void gjs_dumpstack (void); | |||
G_END_DECLS | G_END_DECLS | |||
#endif /* __GJS_CONTEXT_H__ */ | #endif /* __GJS_CONTEXT_H__ */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||