ELinks 0.18.0
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "elinks.h"
#include "document/libdom/corestrings.h"
#include "js/ecmascript-c.h"
#include "js/ecmascript.h"
#include "js/quickjs/mapa.h"
#include "js/quickjs.h"
#include "js/quickjs/collection.h"
#include "js/quickjs/element.h"
#include "js/quickjs/node.h"
Macros | |
#define | countof(x) (sizeof(x) / sizeof((x)[0])) |
Functions | |
static void * | js_htmlCollection2_GetOpaque (JSValueConst this_val) |
static void | js_htmlCollection2_SetOpaque (JSValueConst this_val, void *node) |
static void | js_htmlColection2_finalizer (JSRuntime *rt, JSValue val) |
static JSValue | js_htmlCollection2_get_property_length (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_htmlCollection2_item2 (JSContext *ctx, JSValueConst this_val, int idx) |
static JSValue | js_htmlCollection2_item (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_htmlCollection2_namedItem2 (JSContext *ctx, JSValueConst this_val, const char *str) |
static JSValue | js_htmlCollection2_namedItem (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static void | js_htmlCollection2_set_items (JSContext *ctx, JSValue this_val, void *node) |
static JSValue | js_htmlCollection2_toString (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
JSValue | getCollection2 (JSContext *ctx, void *node) |
Variables | |
void * | map_collections2 |
void * | map_rev_collections2 |
JSClassID | js_htmlCollection2_class_id |
static const JSCFunctionListEntry | js_htmlCollection2_proto_funcs [] |
static JSClassDef | js_htmlCollection2_class |
#define countof | ( | x | ) | (sizeof(x) / sizeof((x)[0])) |
JSValue getCollection2 | ( | JSContext * | ctx, |
void * | node ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
JSClassID js_htmlCollection2_class_id |
|
static |
void* map_collections2 |
void* map_rev_collections2 |