|
ELinks 0.19.1
|
#include <mujs.h>

Functions | |
| void * | mjs_getprivate (js_State *J, int idx) |
| void * | mjs_getprivate_any (js_State *J, int idx) |
| int | mjs_element_init (js_State *J) |
| void | mjs_push_element (js_State *J, void *node) |
| void | walk_tree (struct string *buf, void *nod, bool start, bool toSortAttrs) |
| void | check_element_event (void *interp, void *elem, const char *event_name, struct term_event *ev) |
| void check_element_event | ( | void * | interp, |
| void * | elem, | ||
| const char * | event_name, | ||
| struct term_event * | ev ) |
| int mjs_element_init | ( | js_State * | J | ) |
| void * mjs_getprivate | ( | js_State * | J, |
| int | idx ) |
| void * mjs_getprivate_any | ( | js_State * | J, |
| int | idx ) |
| void mjs_push_element | ( | js_State * | J, |
| void * | node ) |
| void walk_tree | ( | struct string * | buf, |
| void * | nod, | ||
| bool | start, | ||
| bool | toSortAttrs ) |