1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/scripting/smjs
Miciah Dashiel Butler Masters 3302baca35 Rename call_script_hook to smjs_invoke_elinks_object_method and rename
its hook parameter to method.
2005-12-20 05:25:36 +00:00
..
cache_object.c Assert smjs_ctx in get_cache_entry_object. 2005-12-19 21:33:10 +00:00
cache_object.h Add a pre-format-html hook. 2005-12-18 17:58:42 +00:00
core.c In init_smjs, destroy the runtime if JS_NewContext returns NULL. 2005-12-19 21:26:05 +00:00
core.h Make all global variables exported by src/scripting/smjs/core.h extern 2005-12-18 19:57:03 +01:00
elinks_object.c Add some assertions. 2005-12-19 21:24:27 +00:00
elinks_object.h Add the "elinks" object. 2005-12-18 17:47:54 +00:00
hooks.c Rename call_script_hook to smjs_invoke_elinks_object_method and rename 2005-12-20 05:25:36 +00:00
hooks.h Add a pre-format-html hook. 2005-12-18 17:58:42 +00:00
Makefile Add a pre-format-html hook. 2005-12-18 17:58:42 +00:00
smjs.c Add a pre-format-html hook. 2005-12-18 17:58:42 +00:00
smjs.h Initial skeleton for SpiderMonkey scripting backend. 2005-12-18 17:40:00 +00:00