1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-30 03:26:23 -04:00
elinks/src/ecmascript
Kalle Olavi Niemitalo 871a1befad Bug 755: Save the form_state index in a reserved slot, not as private data.
The previous code cast the integer (long actually) to void * and gave
that to JS_SetPrivate.  This did not work because JS_SetPrivate
expects pointers to be aligned and replaces the least significant bit
with a tag.  By using JS_SetReservedSlot instead, we get control of
the jsval conversions and can store the integer properly.
2007-06-24 18:46:22 +03:00
..
see SEE: Always use SEE_no_enumerator instead of NULL. 2007-06-10 15:10:32 +03:00
spidermonkey Bug 755: Save the form_state index in a reserved slot, not as private data. 2007-06-24 18:46:22 +03:00
ecmascript.c bug 957 fixed. 2007-06-21 22:33:19 +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