]> git.saurik.com Git - cycript.git/blobdiff - Java/Execute.cpp
Also use CXType walker to for function prototypes.
[cycript.git] / Java / Execute.cpp
index c7ecbb1e7a874170835eb2198a688532099e2619..1a227ab8b149ea886cf028b8cc39e134b8998d93 100644 (file)
@@ -1015,7 +1015,7 @@ static JSObjectRef JavaClass_callAsConstructor(JSContextRef context, JSObjectRef
     }
 
     CYThrow("invalid constructor call");
-} CYCatch(NULL) }
+} CYCatchObject() }
 
 static bool JavaStaticInterior_hasProperty(JSContextRef context, JSObjectRef object, JSStringRef property) {
     auto internal(CYPrivate<CYJavaStaticInterior>::Get(context, object));