MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at mir/inline-method 9 lines 152 B view raw
1#ifndef PERFORMANCE_H 2#define PERFORMANCE_H 3 4#include "types.h" 5 6void init_performance_module(void); 7ant_value_t perf_hooks_library(ant_t *js); 8 9#endif