|
ELinks 0.19.1
|
#include "js/spidermonkey/util.h"
Functions | |
| bool | Element_constructor (JSContext *ctx, unsigned argc, JS::Value *vp) |
| JSObject * | getElement (JSContext *ctx, void *node) |
| void | walk_tree (struct string *buf, void *nod, bool start=true, bool toSortAttrs=false) |
| void | check_element_event (void *interpreter, void *elem, const char *event_name, struct term_event *ev) |
Variables | |
| JSClass | element_class |
| JSPropertySpec | element_props [] |
| const spidermonkeyFunctionSpec | element_funcs [] |
| void check_element_event | ( | void * | interpreter, |
| void * | elem, | ||
| const char * | event_name, | ||
| struct term_event * | ev ) |
| bool Element_constructor | ( | JSContext * | ctx, |
| unsigned | argc, | ||
| JS::Value * | vp ) |
| JSObject * getElement | ( | JSContext * | ctx, |
| void * | node ) |
| void walk_tree | ( | struct string * | buf, |
| void * | nod, | ||
| bool | start = true, | ||
| bool | toSortAttrs = false ) |
|
extern |
|
extern |
|
extern |