ELinks 0.18.0
|
#include "js/spidermonkey/util.h"
Functions | |
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 [] |
void check_element_event | ( | void * | interpreter, |
void * | elem, | ||
const char * | event_name, | ||
struct term_event * | ev ) |
JSObject * getElement | ( | JSContext * | ctx, |
void * | node ) |
void walk_tree | ( | struct string * | buf, |
void * | nod, | ||
bool | start = true, | ||
bool | toSortAttrs = false ) |
|
extern |
|
extern |