ELinks 0.18.0
element.h File Reference
#include <quickjs/quickjs.h>
Include dependency graph for element.h:
This graph shows which files directly or indirectly include this file:

Functions

void * js_getopaque (JSValueConst obj, JSClassID class_id)
void * js_getopaque_any (JSValueConst obj)
JSValue getElement (JSContext *ctx, void *node)
int js_element_init (JSContext *ctx)
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)

Variables

JSClassID js_element_class_id

Function Documentation

◆ check_element_event()

void check_element_event ( void * interp,
void * elem,
const char * event_name,
struct term_event * ev )

◆ getElement()

JSValue getElement ( JSContext * ctx,
void * node )

◆ js_element_init()

int js_element_init ( JSContext * ctx)

◆ js_getopaque()

void * js_getopaque ( JSValueConst obj,
JSClassID class_id )

◆ js_getopaque_any()

void * js_getopaque_any ( JSValueConst obj)

◆ walk_tree()

void walk_tree ( struct string * buf,
void * nod,
bool start,
bool toSortAttrs )

Variable Documentation

◆ js_element_class_id

JSClassID js_element_class_id
extern