Home
last modified time | relevance | path

Searched refs:throwException (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/testing/
DPrivateScriptTest.js118 …get: function() { throwException(PrivateScriptDOMException.IndexSizeError, "getter threw error"); …
119 …set: function(value) { throwException(PrivateScriptDOMException.IndexSizeError, "setter threw erro…
123 throwException(PrivateScriptDOMException.SyntaxError, "method threw error");
127 throwException(PrivateScriptJSError.Error, "method threw Error");
131 throwException(PrivateScriptJSError.TypeError, "method threw TypeError");
135 throwException(PrivateScriptJSError.RangeError, "method threw RangeError");
139 throwException(PrivateScriptJSError.SyntaxError, "method threw SyntaxError");
143 throwException(PrivateScriptJSError.ReferenceError, "method threw ReferenceError");
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementRegistry.cpp75 …CustomElementException::throwException(CustomElementException::CannotRegisterFromExtension, type, … in registerElement()
80 … CustomElementException::throwException(CustomElementException::InvalidName, type, exceptionState); in registerElement()
85 …CustomElementException::throwException(CustomElementException::TypeAlreadyRegistered, type, except… in registerElement()
102 …CustomElementException::throwException(CustomElementException::ContextDestroyedCreatingCallbacks, … in registerElement()
116 …CustomElementException::throwException(CustomElementException::ContextDestroyedRegisteringDefiniti… in registerElement()
DCustomElementException.h57 static void throwException(Reason, const AtomicString& type, ExceptionState&);
DCustomElementException.cpp44 void CustomElementException::throwException(Reason reason, const AtomicString& type, ExceptionState… in throwException() function in blink::CustomElementException
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8ThrowException.cpp87 return V8ThrowException::throwException(exception, isolate); in throwDOMException()
98 return V8ThrowException::throwException(exception, isolate); in throwGeneralError()
109 return V8ThrowException::throwException(exception, isolate); in throwTypeError()
120 return V8ThrowException::throwException(exception, isolate); in throwRangeError()
131 return V8ThrowException::throwException(exception, isolate); in throwSyntaxError()
142 return V8ThrowException::throwException(exception, isolate); in throwReferenceError()
145 v8::Handle<v8::Value> V8ThrowException::throwException(v8::Handle<v8::Value> exception, v8::Isolate… in throwException() function in blink::V8ThrowException
DCustomElementConstructorBuilder.cpp79 …CustomElementException::throwException(CustomElementException::PrototypeNotAnObject, type, excepti… in validateOptions()
106 …CustomElementException::throwException(CustomElementException::ContextDestroyedCheckingPrototype, … in validateOptions()
123 …CustomElementException::throwException(CustomElementException::ExtendsIsInvalidName, type, excepti… in validateOptions()
128 …CustomElementException::throwException(CustomElementException::ExtendsIsCustomElementName, type, e… in validateOptions()
134 …CustomElementException::throwException(CustomElementException::ExtendsIsInvalidName, type, excepti… in validateOptions()
186 …CustomElementException::throwException(CustomElementException::ContextDestroyedRegisteringDefiniti… in createConstructor()
226 …CustomElementException::throwException(CustomElementException::PrototypeInUse, type, exceptionStat… in prototypeIsValid()
231 …CustomElementException::throwException(CustomElementException::ConstructorPropertyNotConfigurable,… in prototypeIsValid()
DExceptionState.h94 throwException(); in throwIfNeeded()
119 void throwException();
DExceptionState.cpp91 void ExceptionState::throwException() in throwException() function in blink::ExceptionState
94 V8ThrowException::throwException(m_exception.newLocal(m_isolate), m_isolate); in throwException()
DPrivateScriptRunner.js19 function throwException(code, message) function
DV8ThrowException.h48 static v8::Handle<v8::Value> throwException(v8::Handle<v8::Value>, v8::Isolate*);
/external/chromium_org/v8/test/webkit/
Dstack-unwinding.js46 function throwException() { function
53 throwException();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DListenableFutureTaskTest.java41 protected volatile boolean throwException = false; field in ListenableFutureTaskTest
49 if (throwException) {
105 throwException = true; in testListenerCalledOnException()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DCountModifierDebuggee.java44 public void throwException() throws TestException { in throwException() method in CountModifierDebuggee.TestClass
58 obj.throwException(); in catchException()
DInstanceOnlyModifierDebuggee.java41 throwException(); in throwAndCatchException()
53 private void throwException() throws TestException { in throwException() method in InstanceOnlyModifierDebuggee.TestClass
DThreadOnlyModifierDebuggee.java61 throwException(); in throwAndCatchException()
67 void throwException() throws TestException { in throwException() method in ThreadOnlyModifierDebuggee.TestThread
/external/llvm/test/ExecutionEngine/MCJIT/
Deh.ll11 define void @throwException() {
19 invoke void @throwException()
Deh-lg-pic.ll11 define void @throwException() {
19 invoke void @throwException()
Deh-sm-pic.ll11 define void @throwException() {
19 invoke void @throwException()
Dmulti-module-eh-a.ll13 define void @throwException() {
21 invoke void @throwException()
/external/srec/srec_jni/
Dandroid_speech_srec_MicrophoneInputStream.cpp42 static void throwException(JNIEnv *env, const char* ex, const char* fmt, int data) { in throwException() function
95 throwException(env, "java/io/IOException", "AudioRecord::read failed %d", length); in Java_android_speech_srec_Recognizer_AudioRecordRead()
/external/proguard/src/proguard/evaluation/
DBranchUnit.java62 public void throwException(); in throwException() method
DBasicBranchUnit.java119 public void throwException() in throwException() method in BasicBranchUnit
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMarqueeElement.js199throwException(PrivateScriptDOMException.IndexSizeError, "The provided value (" + value + ") is ne…
214throwException(PrivateScriptDOMException.IndexSizeError, "The provided value (" + value + ") is ne…
229throwException(PrivateScriptDOMException.IndexSizeError, "The provided value (" + value + ") is ne…
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestInterfaceWillBeGarbageCollected.cpp68 …V8ThrowException::throwException(createMinimumArityTypeErrorForMethod("func", "TestInterfaceWillBe… in funcMethod()
89 …V8ThrowException::throwException(createMinimumArityTypeErrorForConstructor("TestInterfaceWillBeGar… in constructor()
126 …V8ThrowException::throwException(createMinimumArityTypeErrorForConstructor("TestInterfaceWillBeGar… in V8TestInterfaceWillBeGarbageCollectedConstructorCallback()
DV8TestInterfaceGarbageCollected.cpp68 …V8ThrowException::throwException(createMinimumArityTypeErrorForMethod("func", "TestInterfaceGarbag… in funcMethod()
89 …V8ThrowException::throwException(createMinimumArityTypeErrorForConstructor("TestInterfaceGarbageCo… in constructor()

12