ELinks 0.19.1
performance.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "elinks.h"
#include "js/ecmascript.h"
#include "js/mujs.h"
#include "js/mujs/performance.h"
#include "osdep/osdep.h"
Include dependency graph for performance.c:

Functions

static void mjs_performance_get_property_timeOrigin (js_State *J)
static void mjs_performance_now (js_State *J)
void mjs_push_performance (js_State *J)

Function Documentation

◆ mjs_performance_get_property_timeOrigin()

void mjs_performance_get_property_timeOrigin ( js_State * J)
static

◆ mjs_performance_now()

void mjs_performance_now ( js_State * J)
static

◆ mjs_push_performance()

void mjs_push_performance ( js_State * J)