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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionStatePlaceholder.cpp48 void NoExceptionStateAssertionChecker::throwTypeError(const String&) function in class:blink::NoExceptionStateAssertionChecker
H A DExceptionState.cpp97 void ExceptionState::throwTypeError(const String& message) function in class:blink::ExceptionState
120 void NonThrowableExceptionState::throwTypeError(const String& message) function in class:blink::NonThrowableExceptionState
147 void TrackExceptionState::throwTypeError(const String& message) function in class:blink::TrackExceptionState
H A DV8ThrowException.cpp106 v8::Handle<v8::Value> V8ThrowException::throwTypeError(const String& message, v8::Isolate* isolate) function in class:blink::V8ThrowException
H A DDictionary.cpp226 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "does not have a Dictionary type."));
299 void Dictionary::ConversionContext::throwTypeError(const String& detail) function in class:blink::Dictionary::ConversionContext
301 exceptionState().throwTypeError(detail);

Completed in 1040 milliseconds