5 #include <Foundation/Foundation.h>
8 #include <JavaScriptCore/JavaScript.h>
9 #include <JavaScriptCore/JSStringRefCF.h>
11 JSContextRef CYGetJSContext();
12 CFStringRef CYCopyJSONString(JSContextRef context, JSValueRef value);
13 void CYSetArgs(int argc, const char *argv[]);
16 void CYThrow(JSContextRef context, id error, JSValueRef *exception);