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

Functions

JSValue getDomRect (JSContext *ctx, int x, int y, int width, int height, int top, int right, int bottom, int left)

Variables

JSClassID js_domRect_class_id

Function Documentation

◆ getDomRect()

JSValue getDomRect ( JSContext * ctx,
int x,
int y,
int width,
int height,
int top,
int right,
int bottom,
int left )

Variable Documentation

◆ js_domRect_class_id

JSClassID js_domRect_class_id
extern