|
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/quickjs/mapa.h"#include "js/quickjs.h"#include "js/quickjs/element.h"#include "js/quickjs/tokenlist.h"
Macros | |
| #define | countof(x) |
Functions | |
| static void | js_tokenlist_finalizer (JSRuntime *rt, JSValue val) |
| static JSValue | js_tokenlist_add (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| static JSValue | js_tokenlist_contains (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| static JSValue | js_tokenlist_remove (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| static JSValue | js_tokenlist_toggle (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| static JSValue | js_tokenlist_toString (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| JSValue | getTokenlist (JSContext *ctx, void *node) |
Variables | |
| JSClassID | js_tokenlist_class_id |
| static const JSCFunctionListEntry | js_tokenlist_proto_funcs [] |
| static JSClassDef | js_tokenlist_class |
| #define countof | ( | x | ) |
| JSValue getTokenlist | ( | JSContext * | ctx, |
| void * | node ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| JSClassID js_tokenlist_class_id |
|
static |