|
static JSValue | js_messageEvent_get_property_data (JSContext *cx, JSValueConst this_val) |
|
static JSValue | js_messageEvent_get_property_lastEventId (JSContext *cx, JSValueConst this_val) |
|
static JSValue | js_messageEvent_get_property_origin (JSContext *cx, JSValueConst this_val) |
|
static JSValue | js_messageEvent_get_property_source (JSContext *cx, JSValueConst this_val) |
|
static JSValue | js_messageEvent_get_property_bubbles (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_messageEvent_get_property_cancelable (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_messageEvent_get_property_composed (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_messageEvent_get_property_defaultPrevented (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_messageEvent_get_property_type (JSContext *ctx, JSValueConst this_val) |
|
static JSValue | js_messageEvent_preventDefault (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
|
static void | js_messageEvent_finalizer (JSRuntime *rt, JSValue val) |
|
JSValue | get_messageEvent (JSContext *ctx, char *data, char *origin, char *source) |
|
static JSValue | js_messageEvent_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_messageEvent_init (JSContext *ctx) |
|