/external/webkit/WebKit/win/ |
D | DOMEventsClasses.h | 53 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 55 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 104 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 106 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 184 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 186 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 293 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 295 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 441 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 443 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() [all …]
|
D | DOMCoreClasses.h | 48 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 50 …/* [retval][out] */ BOOL *result) { return WebScriptObject::throwException(exceptionMessage, resul… in throwException() 96 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 98 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 263 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 265 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 322 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 324 … /* [retval][out] */ BOOL *result) { return DOMNode::throwException(exceptionMessage, result); } in throwException() 554 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 556 … /* [retval][out] */ BOOL *result) { return DOMNode::throwException(exceptionMessage, result); } in throwException()
|
D | DOMCSSClasses.h | 50 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 52 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
|
D | WebScriptObject.h | 43 virtual HRESULT STDMETHODCALLTYPE throwException(
|
D | DOMHTMLClasses.h | 53 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 55 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 108 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 110 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 168 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 170 …/* [retval][out] */ BOOL *result) { return DOMDocument::throwException(exceptionMessage, result); } in throwException() 442 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 444 … /* [retval][out] */ BOOL *result) { return DOMElement::throwException(exceptionMessage, result); } in throwException() 701 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 703 …/* [retval][out] */ BOOL *result) { return DOMHTMLElement::throwException(exceptionMessage, result… in throwException() [all …]
|
D | WebScriptObject.cpp | 79 HRESULT STDMETHODCALLTYPE WebScriptObject::throwException( in throwException() function in WebScriptObject
|
D | ChangeLog | 10123 (DeprecatedDOMCSSStyleDeclaration::throwException): 10245 (DeprecatedDOMNode::throwException): 10255 (DeprecatedDOMNodeList::throwException): 10265 (DeprecatedDOMDocument::throwException): 10304 (DeprecatedDOMElement::throwException): 10429 (DeprecatedDOMEventListener::throwException): 10439 (DeprecatedDOMEvent::throwException): 10450 (DeprecatedDOMUIEvent::throwException): 10471 (DeprecatedDOMKeyboardEvent::throwException): 10502 (DeprecatedDOMMouseEvent::throwException): [all …]
|
/external/srec/srec_jni/ |
D | android_speech_srec_MicrophoneInputStream.cpp | 40 static void throwException(JNIEnv *env, const char* ex, const char* fmt, int data) { in throwException() function 86 throwException(env, "java/io/IOException", "AudioRecord::read failed %d", length); in Java_android_speech_srec_Recognizer_AudioRecordRead() 96 throwException(env, "java/io/IOException", "AudioRecord::stop failed %d", rtn); in Java_android_speech_srec_Recognizer_AudioRecordStop()
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
D | try-006.js | 26 function throwException() { function 42 TryWith( new TryObject( "hello", throwException, true ));
|
D | try-007.js | 26 function throwException() { function 42 TryForIn( new TryObject( "hello", throwException, true ));
|
/external/clearsilver/java-jni/ |
D | j_neo_util.c | 17 void throwException(JNIEnv *env, const char* class_name, const char *message) { in throwException() function 27 throwException(env, "java/lang/NullPointerException", message); in throwNullPointerException() 31 throwException(env, "java/lang/RuntimeException", message); in throwRuntimeException() 35 throwException(env, "java/io/IOException", message); in throwIOException() 39 throwException(env, "java/io/FileNotFoundException", message); in throwFileNotFoundException() 43 throwException(env, "java/lang/OutOfMemoryError", message); in throwOutOfMemoryError()
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebScriptObject.idl | 66 @method throwException: 69 + (BOOL)throwException:(NSString *)exceptionMessage; 71 HRESULT throwException([in] BSTR exceptionMessage, [out, retval] BOOL* result);
|
/external/webkit/WebCore/bindings/objc/ |
D | WebScriptObject.h | 229 + (BOOL)throwException:(NSString *)exceptionMessage;
|
D | WebScriptObject.mm | 262 + (BOOL)throwException:(NSString *)exceptionMessage
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | ObjCPlugin.m | 195 [WebScriptObject throwException:[NSString stringWithFormat:@"%@ != Hello", str]]; 201 [WebScriptObject throwException:@"Throwing exception on dealloc of ObjCPlugin"];
|
/external/webkit/JavaScriptCore/interpreter/ |
D | Interpreter.h | 327 … NEVER_INLINE HandlerInfo* throwException(CallFrame*&, JSValuePtr&, unsigned bytecodeOffset, bool);
|
D | Interpreter.cpp | 740 NEVER_INLINE HandlerInfo* Interpreter::throwException(CallFrame*& callFrame, JSValuePtr& exceptionV… in throwException() function in JSC::Interpreter 3741 …handler = throwException(callFrame, exceptionValue, vPC - callFrame->codeBlock()->instructions().b… in privateExecute() 3917 …handler = throwException(callFrame, exceptionValue, vPC - callFrame->codeBlock()->instructions().b… in privateExecute() 5773 …HandlerInfo* handler = ARG_globalData->interpreter->throwException(callFrame, exceptionValue, vPCI… in cti_op_throw() 6114 …HandlerInfo* handler = globalData->interpreter->throwException(callFrame, exceptionValue, vPCIndex… in cti_vm_throw()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 773 (JSC::Interpreter::throwException): 2430 (JSC::Interpreter::throwException): Pass the CallFrame to exception info accessors. 2662 (JSC::Interpreter::throwException): 3412 (JSC::Interpreter::throwException): 4742 Remove dependency on the bytecode Instruction buffer in Interpreter::throwException 4755 (JSC::Interpreter::throwException): Use functionRegisterForBytecodeOffset in JIT 5470 (JSC::Interpreter::throwException): Use offsets instead of vPCs. 5595 (JSC::Interpreter::throwException): 5946 (JSC::Interpreter::throwException): Return a HandlerInfo instead of 9820 (JSC::Interpreter::throwException): [all …]
|
D | ChangeLog-2008-08-10 | 173 (KJS::Machine::throwException): 1233 (KJS::Machine::throwException): 3664 (KJS::Machine::throwException): 5026 (KJS::Machine::throwException): 5207 (KJS::Machine::throwException): 5654 (KJS::Machine::throwException): 9930 (KJS::Machine::throwException): Invoke the debugger's exception callback. 12495 (KJS::Machine::throwException): 12505 (KJS::Machine::throwException): 12634 (KJS::Machine::throwException): [all …]
|
D | ChangeLog-2007-10-14 | 10554 (+[WebScriptObject throwException:]): Restore assignment I accidentally 10574 (+[WebScriptObject throwException:]): 18123 (+[WebScriptObject throwException:]): 18742 (+[WebScriptObject throwException:]): 21893 Fixed <rdar://problem/3819234> NPN_SetException (and throwException:) isn't implemented 21902 (+[WebScriptObject throwException:]): 23284 (+[WebScriptObject throwException:]): 23355 (+[WebScriptObject throwException:]):
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 18312 +[WebScriptObject throwException]. 18360 (+[WebScriptObject throwException:]): 39270 (+[WebScriptObject throwException:]): Change to throw an exception on the current 56043 (+[WebScriptObject throwException:]): Use the ExecState stack, instead 56048 This also matches the behavior of +throwException. 78743 (+[WebScriptObject throwException:]):
|
D | ChangeLog-2005-08-23 | 30839 (DOM::throwException): Added. 30840 (DOM::CSSStyleDeclaration::setCssText): Call throwException, but always on 0 for now. 30842 (DOM::CSSPrimitiveValue::setFloatValue): Call throwException.
|
D | ChangeLog-2007-10-14 | 48079 Bug 13005: WebScriptObject +throwException needs NULL check. 48084 (+[WebScriptObject throwException:]): 50068 (+[WebScriptObject throwException:]): Added missing JSLock.
|
D | ChangeLog-2006-12-31 | 34966 (+[WebScriptObject throwException:]):
|
/external/webkit/WebKitTools/ |
D | ChangeLog | 13552 Bug 13005: WebScriptObject +throwException needs NULL check.
|