|
ELinks 0.19.1
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "elinks.h"#include "document/document.h"#include "document/forms.h"#include "document/view.h"#include "js/ecmascript.h"#include "js/quickjs/mapa.h"#include "js/quickjs.h"#include "js/quickjs/document.h"#include "js/quickjs/form.h"#include "js/quickjs/forms.h"#include "js/quickjs/input.h"#include "js/quickjs/window.h"#include "viewer/text/form.h"#include "viewer/text/vs.h"
Macros | |
| #define | countof(x) |
Functions | |
| static void | forms_SetOpaque (JSValueConst this_val, void *node) |
| static JSValue | js_find_form_by_name (JSContext *ctx, struct document_view *doc_view, const char *string) |
| static void | js_forms_set_items (JSContext *ctx, JSValueConst this_val, void *node) |
| static JSValue | js_forms_get_property_length (JSContext *ctx, JSValueConst this_val) |
| static JSValue | js_forms_item2 (JSContext *ctx, JSValueConst this_val, int index) |
| static JSValue | js_forms_item (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| static JSValue | js_forms_namedItem (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| static JSValue | js_forms_toString (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| JSValue | getForms (JSContext *ctx, void *node) |
Variables | |
| void * | map_forms |
| void * | map_rev_forms |
| static const JSCFunctionListEntry | js_forms_proto_funcs [] |
| #define countof | ( | x | ) |
|
static |
| JSValue getForms | ( | JSContext * | ctx, |
| void * | node ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| void* map_forms |
| void* map_rev_forms |