ELinks 0.18.0
|
#include <stdio.h>
#include "elinks.h"
#include "js/ecmascript.h"
#include "js/quickjs/mapa.h"
#include "js/quickjs.h"
Macros | |
#define | countof(x) |
Functions | |
static JSValue | js_attr_get_property_name (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_attr_get_property_value (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_attr_toString (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static void | js_attr_finalizer (JSRuntime *rt, JSValue val) |
JSValue | getAttr (JSContext *ctx, void *node) |
Variables | |
static JSClassID | js_attr_class_id |
static const JSCFunctionListEntry | js_attr_proto_funcs [] |
void * | map_attrs |
static JSClassDef | js_attr_class |
#define countof | ( | x | ) |
JSValue getAttr | ( | JSContext * | ctx, |
void * | node ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
void* map_attrs |