|
ELinks 0.19.1
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "elinks.h"#include "document/libdom/corestrings.h"#include "js/ecmascript.h"#include "js/ecmascript-c.h"#include "js/quickjs/mapa.h"#include "js/quickjs.h"#include "js/quickjs/dataset.h"#include "js/quickjs/element.h"
Macros | |
| #define | countof(x) |
Functions | |
| static void | js_dataset_finalizer (JSRuntime *rt, JSValue val) |
| static int | js_obj_delete_property (JSContext *ctx, JSValueConst obj, JSAtom prop) |
| static JSValue | js_obj_get_property (JSContext *ctx, JSValueConst obj, JSAtom atom, JSValueConst receiver) |
| static int | js_obj_set_property (JSContext *ctx, JSValueConst obj, JSAtom atom, JSValueConst val, JSValueConst receiver, int flags) |
| JSValue | getDataset (JSContext *ctx, void *node) |
Variables | |
| JSClassID | js_dataset_class_id |
| static JSClassExoticMethods | exo |
| static JSClassDef | js_dataset_class |
| #define countof | ( | x | ) |
| JSValue getDataset | ( | JSContext * | ctx, |
| void * | node ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| JSClassID js_dataset_class_id |