1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/ecmascript
Kalle Olavi Niemitalo 796791296a Bug 870: Don't panic if an SMJS property ID is unrecognized.
If ECMAScript code does obj[42], then the getProperty or setProperty
function of the JSClass of obj gets 42 as the property ID and must not
treat that as an internal error.

(Adapted from 7894e30ace in ELinks 0.12.GIT.)
2006-12-03 12:38:59 +02:00
..
spidermonkey Bug 870: Don't panic if an SMJS property ID is unrecognized. 2006-12-03 12:38:59 +02:00
ecmascript.c Remove indentation from option description 2005-11-27 07:29:36 +01:00
ecmascript.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
spidermonkey.c Bug 846: Document the JSClass assumed in each JS_{Set,Get}Private call. 2006-11-25 20:56:09 +02:00
spidermonkey.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00