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); }
static void js_plugin_unload(JSContext *cx, js_plugin_t *jsp) { js_page_flush_from_plugin(cx, jsp); }