|
static JSValue | js_keyboardEvent_get_property_code (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_keyboardEvent_get_property_key (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_keyboardEvent_get_property_keyCode (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_keyboardEvent_get_property_bubbles (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_keyboardEvent_get_property_cancelable (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_keyboardEvent_get_property_defaultPrevented (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_keyboardEvent_get_property_target (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_keyboardEvent_get_property_type (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_keyboardEvent_preventDefault (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
|
static void | js_keyboardEvent_finalizer (JSRuntime *rt, JSValue val) |
|
JSValue | get_keyboardEvent (JSContext *ctx, struct term_event *ev) |
|
static JSValue | js_keyboardEvent_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_keyboardEvent_init (JSContext *ctx) |
|