|
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/css.h"#include "js/quickjs/element.h"
Macros | |
| #define | countof(x) |
Functions | |
| static JSValue | js_CSSStyleDeclaration_get_property_length (JSContext *ctx, JSValueConst this_val) |
| static JSValue | js_CSSStyleDeclaration_getPropertyValue (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| static JSValue | js_CSSStyleDeclaration_item (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| static JSValue | js_CSSStyleDeclaration_namedItem (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| static void | js_CSSStyleDeclaration_set_items (JSContext *ctx, JSValue this_val, void *node) |
| static JSValue | js_CSSStyleDeclaration_toString (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| JSValue | getCSSStyleDeclaration (JSContext *ctx, void *node) |
Variables | |
| static const JSCFunctionListEntry | js_CSSStyleDeclaration_proto_funcs [] |
| #define countof | ( | x | ) |
| JSValue getCSSStyleDeclaration | ( | JSContext * | ctx, |
| void * | node ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |