Home
last modified time | relevance | path

Searched refs:exceptionDescription (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bridge/jni/jsc/
DJavaFieldJSC.cpp82 JSValue exceptionDescription; in dispatchValueFromInstance() local
86 …ct->nativeHandle(), fieldJInstance, false, returnType, mid, args, result, 0, exceptionDescription); in dispatchValueFromInstance()
87 if (exceptionDescription) in dispatchValueFromInstance()
88 throwError(exec, createError(exec, exceptionDescription.toString(exec))); in dispatchValueFromInstance()
167 JSValue exceptionDescription; in dispatchSetValueToInstance() local
173 …->nativeHandle(), fieldJInstance, false, JavaTypeVoid, mid, args, result, 0, exceptionDescription); in dispatchSetValueToInstance()
174 if (exceptionDescription) in dispatchSetValueToInstance()
175 throwError(exec, createError(exec, exceptionDescription.toString(exec))); in dispatchSetValueToInstance()
DJavaInstanceJSC.cpp196 JSValue exceptionDescription; in invokeMethod() local
199 …Static(), jMethod->returnType(), methodId, jArgs.data(), result, callingURL, exceptionDescription); in invokeMethod()
200 if (exceptionDescription) { in invokeMethod()
201 throwError(exec, createError(exec, exceptionDescription.toString(exec))); in invokeMethod()
DJNIUtilityPrivate.h45 …e, jmethodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescription);
/external/webkit/Source/WebCore/bridge/jni/
Djni_objc.mm46 exceptionDescription:(NSString **)exceptionString;
49 …Type, jmethodID methodID, jvalue* args, jvalue &result, const char*, JSValue& exceptionDescription)
57 …lector(webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:exceptionDescription:)]) {
66 …turnType:returnType method:methodID arguments:args callingURL:nil exceptionDescription:&_exception…
70 exceptionDescription = convertNSStringToString(exec, _exceptionDescription);
/external/webkit/Source/WebKit/mac/Plugins/
DWebJavaPlugIn.h83 exceptionDescription:(NSString **)exceptionString;
/external/webkit/Source/WebCore/platform/android/
DTemporaryLinkStubs.cpp400 …odID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescription) in dispatchJNICall() argument
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1418523 - exceptionDescription now gets explicitly initialized to NULL in all