|
static JSValue | js_event_get_property_bubbles (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_event_get_property_cancelable (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_event_get_property_defaultPrevented (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_event_get_property_target (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_event_get_property_type (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_event_preventDefault (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static void | js_event_finalizer (JSRuntime *rt, JSValue val) |
static JSValue | js_event_constructor (JSContext *ctx, JSValueConst new_target, int argc, JSValueConst *argv) |
static void | JS_NewGlobalCConstructor2 (JSContext *ctx, JSValue func_obj, const char *name, JSValueConst proto) |
static JSValueConst | JS_NewGlobalCConstructor (JSContext *ctx, const char *name, JSCFunction *func, int length, JSValueConst proto) |
int | js_event_init (JSContext *ctx) |
JSValue | getEvent (JSContext *ctx, void *eve) |