mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
Merge with http://elinks.cz/elinks.git#elinks-0.12
This commit is contained in:
committed by
Kalle Olavi Niemitalo
commit
eccc8c23f0
@@ -18,6 +18,12 @@ struct view_state;
|
||||
struct ecmascript_interpreter {
|
||||
struct view_state *vs;
|
||||
void *backend_data;
|
||||
|
||||
/* Nesting level of calls to backend functions. When this is
|
||||
* nonzero, there are references to backend_data in the C
|
||||
* stack, so it is not safe to free the data yet. */
|
||||
int backend_nesting;
|
||||
|
||||
/* Used by document.write() */
|
||||
struct string *ret;
|
||||
|
||||
|
Reference in New Issue
Block a user