|
| static void | js_window_finalize (JSRuntime *rt, JSValue val) |
| void | detach_js_view_state (struct view_state *vs) |
| 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_scrollBy (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| JSValue | js_window_scrollByLines (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| JSValue | js_window_scrollByPages (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| JSValue | js_window_scrollTo (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| JSValue | js_window_scroll (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| JSValue | js_window_requestAnimationFrame (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_clearRequestAnimationFrame (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_top (JSContext *ctx, JSValueConst this_val) |
| static JSValue | js_window_get_property_parent (JSContext *ctx, JSValueConst this_val) |
| static JSValue | js_window_get_property_performance (JSContext *ctx, JSValueConst this_val) |
| static JSValue | js_window_get_property_scrollX (JSContext *ctx, JSValueConst this_val) |
| static JSValue | js_window_get_property_scrollY (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) |
| 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) |
| JSValue | getWindow (JSContext *ctx, struct view_state *vs) |