|
ELinks 0.19.1
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "elinks.h"#include "document/view.h"#include "js/ecmascript.h"#include "js/quickjs.h"#include "js/quickjs/screen.h"#include "session/session.h"
Macros | |
| #define | countof(x) |
Functions | |
| static JSValue | js_screen_get_property_availHeight (JSContext *ctx, JSValueConst this_val) |
| static JSValue | js_screen_get_property_availWidth (JSContext *ctx, JSValueConst this_val) |
| static JSValue | js_screen_get_property_height (JSContext *ctx, JSValueConst this_val) |
| static JSValue | js_screen_get_property_width (JSContext *ctx, JSValueConst this_val) |
| static JSValue | js_screen_toString (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| int | js_screen_init (JSContext *ctx) |
Variables | |
| static JSClassID | js_screen_class_id |
| static const JSCFunctionListEntry | js_screen_proto_funcs [] |
| static JSClassDef | js_screen_class |
| #define countof | ( | x | ) |
|
static |
|
static |
|
static |
|
static |
| int js_screen_init | ( | JSContext * | ctx | ) |
|
static |
|
static |
|
static |
|
static |