Searched refs:exceptionDescription (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
D | JavaFieldJSC.cpp | 82 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()
|
D | JavaInstanceJSC.cpp | 196 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()
|
D | JNIUtilityPrivate.h | 45 …e, jmethodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescription);
|
/external/webkit/Source/WebCore/bridge/jni/ |
D | jni_objc.mm | 46 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/ |
D | WebJavaPlugIn.h | 83 exceptionDescription:(NSString **)exceptionString;
|
/external/webkit/Source/WebCore/platform/android/ |
D | TemporaryLinkStubs.cpp | 400 …odID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescription) in dispatchJNICall() argument
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 18523 - exceptionDescription now gets explicitly initialized to NULL in all
|