|
JSValue | getForm (JSContext *ctx, struct form *form) |
|
static struct form_view * | getOpaque (JSValueConst this_val) |
|
static void | setOpaque (JSValueConst this_val, struct form_view *fv) |
|
static struct form * | form_GetOpaque (JSValueConst this_val) |
|
static void | form_SetOpaque (JSValueConst this_val, struct form *form) |
|
static JSValue | js_get_form_control_object (JSContext *ctx, enum form_type type, struct form_state *fs) |
|
static void | js_form_set_items (JSContext *ctx, JSValueConst this_val, void *node) |
|
static void | js_form_set_items2 (JSContext *ctx, JSValueConst this_val, void *node) |
|
static JSValue | js_form_elements_get_property_length (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_form_elements_item2 (JSContext *ctx, JSValueConst this_val, int index) |
|
static JSValue | js_form_elements_item (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
|
static JSValue | js_form_elements_namedItem2 (JSContext *ctx, JSValueConst this_val, const char *string) |
|
static JSValue | js_form_elements_namedItem (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
|
static JSValue | js_form_elements_toString (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
|
static JSValue | js_form_get_property_action (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_form_set_property_action (JSContext *ctx, JSValueConst this_val, JSValue val) |
|
void | quickjs_detach_form_view (struct form_view *fv) |
|
static void | js_elements_finalizer (JSRuntime *rt, JSValue val) |
|
JSValue | getFormElements (JSContext *ctx, struct form_view *fv) |
|
static JSValue | js_form_get_property_elements (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_form_get_property_encoding (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_form_set_property_encoding (JSContext *ctx, JSValueConst this_val, JSValue val) |
|
static JSValue | js_form_get_property_length (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_form_get_property_method (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_form_set_property_method (JSContext *ctx, JSValueConst this_val, JSValue val) |
|
static JSValue | js_form_get_property_name (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_form_set_property_name (JSContext *ctx, JSValueConst this_val, JSValue val) |
|
static JSValue | js_form_get_property_target (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_form_set_property_target (JSContext *ctx, JSValueConst this_val, JSValue val) |
|
static JSValue | js_form_reset (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
|
static JSValue | js_form_submit (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
|
static JSValue | js_form_toString (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
|
JSValue | js_get_form_object (JSContext *ctx, JSValueConst jsdoc, struct form *form) |
|
static void | js_form_finalizer (JSRuntime *rt, JSValue val) |
|