Searched defs:throwTypeError (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DExceptionStatePlaceholder.cpp48 void NoExceptionStateAssertionChecker::throwTypeError(const String&) function in class:WebCore::NoExceptionStateAssertionChecker
H A DExceptionState.cpp79 void ExceptionState::throwTypeError(const String& message) function in class:WebCore::ExceptionState
91 void TrackExceptionState::throwTypeError(const String&) function in class:WebCore::TrackExceptionState
H A DV8ThrowException.cpp115 v8::Handle<v8::Value> V8ThrowException::throwTypeError(const String& message, v8::Isolate* isolate) function in class:WebCore::V8ThrowException
H A DDictionary.cpp196 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "is not of type 'double'."));
396 context.throwTypeError(ExceptionMessages::notASequenceTypeProperty(key));
584 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "does not have a Dictionary type."));
619 context.throwTypeError(ExceptionMessages::notASequenceTypeProperty(key));
653 context.throwTypeError(ExceptionMessages::notASequenceTypeProperty(key));
759 void Dictionary::ConversionContext::throwTypeError(const String& detail) function in class:WebCore::Dictionary::ConversionContext
762 exceptionState().throwTypeError(detail);
765 exceptionState().throwTypeError(ExceptionMessages::failedToExecute(interfaceName(), methodName(), detail));
H A DV8Binding.cpp92 return V8ThrowException::throwTypeError(String(), isolate);
95 v8::Handle<v8::Value> throwTypeError(const String& message, v8::Isolate* isolate) function in namespace:WebCore
97 return V8ThrowException::throwTypeError(message, isolate);

Completed in 318 milliseconds