|
static void | js_window_finalize (JSRuntime *rt, JSValue val) |
static void | js_window_mark (JSRuntime *rt, JSValueConst val, JS_MarkFunc *mark_func) |
JSValue | js_window_open (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
JSValue | js_window_setInterval (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
JSValue | js_window_setTimeout (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
JSValue | js_window_clearInterval (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
JSValue | js_window_clearTimeout (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
JSValue | js_window_getComputedStyle (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_window_get_property_closed (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_window_get_property_event (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_window_get_property_innerHeight (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_window_get_property_innerWidth (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_window_get_property_location (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_window_set_property_location (JSContext *ctx, JSValueConst this_val, JSValue val) |
static JSValue | js_window_get_property_parent (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_window_get_property_self (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_window_get_property_status (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_window_set_property_status (JSContext *ctx, JSValueConst this_val, JSValue val) |
static JSValue | js_window_get_property_top (JSContext *ctx, JSValueConst this_val) |
JSValue | js_window_alert (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_window_toString (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_window_addEventListener (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_window_removeEventListener (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static void | onmessage_run (void *data) |
static JSValue | js_window_postMessage (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
int | js_window_init (JSContext *ctx) |