]> git.saurik.com Git - cycript.git/blobdiff - JavaScript.hpp
Add ?lower to help me debug bugs while desugaring.
[cycript.git] / JavaScript.hpp
index 944c89ea4fb981490f41c5f5cb34baeb766e4380..1ede3642d65e7b3b09446944a9b479567c74833f 100644 (file)
@@ -56,7 +56,7 @@ JSGlobalContextRef CYGetJSContext();
 JSObjectRef CYGetGlobalObject(JSContextRef context);
 
 extern "C" void CYSetupContext(JSGlobalContextRef context);
-const char *CYExecute(CYPool &pool, CYUTF8String code);
+const char *CYExecute(JSContextRef context, CYPool &pool, CYUTF8String code);
 
 void CYSetArgs(int argc, const char *argv[]);