JSObjectRef CYMakeType(JSContextRef context, const char *type);
JSObjectRef CYMakeType(JSContextRef context, sig::Type *type);
+extern JSClassRef Functor_;
+
struct Type_privateData :
CYData
{
sig::sig_ffi_cif(pool_, &sig::ObjectiveC, &signature_, &cif_);
}
- void (*GetValue())() const {
+ void (*GetValue() const)() {
return reinterpret_cast<void (*)()>(value_);
}