1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-29 01:45:34 +00:00
elinks/src/ecmascript
Kalle Olavi Niemitalo 58e3ebf2e7 Bug 957: Assert that the ECMAScript interpreter is not running.
Add ecmascript_interpreter.backend_nesting, increment it when
beginning to evaluate an expression, and decrement it when evaluation
finishes.  Then assert that it is zero in ecmascript_put_interpreter.
This detects bug 957 and similar ones before they corrupt memory.
2007-06-21 21:34:36 +03:00
..
see SEE: Always use SEE_no_enumerator instead of NULL. 2007-06-10 15:10:32 +03:00
spidermonkey SMJS: Fix error "forms.namedItem is not a function". 2007-06-10 13:11:53 +03:00
ecmascript.c Bug 957: Assert that the ECMAScript interpreter is not running. 2007-06-21 21:34:36 +03:00
ecmascript.h Bug 957: Assert that the ECMAScript interpreter is not running. 2007-06-21 21:34:36 +03:00
Makefile Added SEE_CFLAGS to the Makefile.config. Use SEE_CFLAGS only when necessary. 2007-02-18 17:09:32 +02:00
see.c ECMAScript: evaluating onclick, onsubmit etc. done in the right way. 2007-05-30 02:35:18 +03:00
see.h Delegate ECMAScript submodule initialisation the right way 2006-02-26 08:51:36 +00:00
spidermonkey.c ECMAScript: evaluating onclick, onsubmit etc. done in the right way. 2007-05-30 02:35:18 +03:00
spidermonkey.h Delegate ECMAScript submodule initialisation the right way 2006-02-26 08:51:36 +00:00