|
ELinks 0.19.1
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "elinks.h"#include "js/ecmascript.h"#include "js/quickjs.h"#include "js/quickjs/performance.h"#include "osdep/osdep.h"
Macros | |
| #define | countof(x) |
Functions | |
| static JSValue | js_performance_get_property_timeOrigin (JSContext *ctx, JSValueConst this_val) |
| static void | js_performance_finalizer (JSRuntime *rt, JSValue val) |
| static JSValue | js_performance_now (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
| JSValue | getPerformance (JSContext *ctx) |
Variables | |
| JSClassID | js_performance_class_id |
| static JSClassDef | js_performance_class |
| static const JSCFunctionListEntry | js_performance_proto_funcs [] |
| #define countof | ( | x | ) |
| JSValue getPerformance | ( | JSContext * | ctx | ) |
|
static |
|
static |
|
static |
|
static |
| JSClassID js_performance_class_id |
|
static |