JSGlobalContextRef CYGetJSContext();
const char *CYPoolJSONString(apr_pool_t *pool, JSContextRef context, JSValueRef value, JSValueRef *exception);
void CYSetArgs(int argc, const char *argv[]);
+void CYSetProperty(JSContextRef context, JSObjectRef object, JSStringRef name, JSValueRef value);
+JSObjectRef CYGetGlobalObject(JSContextRef context);
+JSStringRef CYCopyJSString(const char *value);
#endif/*CYCRIPT_HPP*/