X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/d4222ffb92c744b8ebfca3914267df58f6f2a5ec..1e8d80477a3e058a30c477955f1e0c56deb6e956:/Java/Execute.cpp diff --git a/Java/Execute.cpp b/Java/Execute.cpp index c7ecbb1..1a227ab 100644 --- a/Java/Execute.cpp +++ b/Java/Execute.cpp @@ -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::Get(context, object));