From 6ebaecccafbca464ee366d45fd15a0df13509849 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 1 Jan 2012 21:42:38 +0000 Subject: Totaly prefunctry binding to spidermonkey svn path=/trunk/netsurf/; revision=13360 --- desktop/browser.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index 563d31431..5136cb205 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -197,6 +197,11 @@ struct browser_window { /** Current context for free text search, or NULL if none */ struct search_context *cur_search; + /** current javascript context */ + struct jscontext *jsctx; + /** current global javascript object */ + struct jsobject *jsglobal; + /** cache of the currently displayed status text. */ char *status_text; /**< Current status bar text. */ int status_text_len; /**< Length of the ::status_text buffer. */ -- cgit v1.2.3