X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/d4222ffb92c744b8ebfca3914267df58f6f2a5ec..2f33dd04e61fcd883fc6ddcb8f2add8fd9a45eba:/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));