ref: 0f87d01184d3eee0c5b4b41b765ef5d11093f0c4 dir: /jsrun.h/
#ifndef js_run_h #define js_run_h void jsR_error(js_State *J, const char *fmt, ...); void jsR_runfunction(js_State *J, js_Function *F); #endif