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