]> git.saurik.com Git - cycript.git/blobdiff - cycript.hpp
Remove system.global temporarily, added libffi Depends:, and setup REPL with _ variab...
[cycript.git] / cycript.hpp
index b73d5c640abb303d9f8277bd9a111dd4e2658fe2..3f957256374e0f326b40ec80aec930e7dc3daee7 100644 (file)
@@ -13,5 +13,8 @@
 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*/