ELinks 0.16.1.1
|
#include <quickjs/quickjs.h>
Functions | |
JSValue | getElement (JSContext *ctx, void *node) |
int | js_element_init (JSContext *ctx) |
void | walk_tree (struct string *buf, void *nod, bool start=true, bool toSortAttrs=false) |
void | check_element_event (void *elem, const char *event_name, struct term_event *ev) |
void check_element_event | ( | void * | elem, |
const char * | event_name, | ||
struct term_event * | ev ) |
JSValue getElement | ( | JSContext * | ctx, |
void * | node ) |
int js_element_init | ( | JSContext * | ctx | ) |
void walk_tree | ( | struct string * | buf, |
void * | nod, | ||
bool | start = true, | ||
bool | toSortAttrs = false ) |