static JSValueRef JavaMethod_callAsFunction(JSContextRef context, JSObjectRef object, JSObjectRef _this, size_t count, const JSValueRef arguments[], JSValueRef *exception) { CYTry {
auto internal(CYJavaMethod::Get(context, object));
CYJavaObject *self(CYGetJavaObject(context, _this));
static JSValueRef JavaMethod_callAsFunction(JSContextRef context, JSObjectRef object, JSObjectRef _this, size_t count, const JSValueRef arguments[], JSValueRef *exception) { CYTry {
auto internal(CYJavaMethod::Get(context, object));
CYJavaObject *self(CYGetJavaObject(context, _this));