Example #1
0
File: js.c Project: Hr-/showtime
static void
js_plugin_unload0(JSContext *cx, js_plugin_t *jsp)
{
  js_page_flush_from_plugin(cx, jsp);
  js_io_flush_from_plugin(cx, jsp);
  js_service_flush_from_plugin(cx, jsp);
}
Example #2
0
static void
js_plugin_unload(JSContext *cx, js_plugin_t *jsp)
{
  js_page_flush_from_plugin(cx, jsp);

}