Home
last modified time | relevance | path

Searched refs:NonThrowableExceptionState (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DExceptionState.cpp98 void NonThrowableExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) in throwDOMException()
105 void NonThrowableExceptionState::throwTypeError(const String& message) in throwTypeError()
112 void NonThrowableExceptionState::throwSecurityError(const String& sanitizedMessage, const String&) in throwSecurityError()
DExceptionState.h123 class NonThrowableExceptionState FINAL : public ExceptionState {
125NonThrowableExceptionState(): ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::… in NonThrowableExceptionState() function
DV8Binding.cpp294 NonThrowableExceptionState exceptionState; in toInt8()
305 NonThrowableExceptionState exceptionState; in toUInt8()
316 NonThrowableExceptionState exceptionState; in toInt16()
327 NonThrowableExceptionState exceptionState; in toUInt16()
361 NonThrowableExceptionState exceptionState; in toInt32()
407 NonThrowableExceptionState exceptionState; in toUInt32()
441 NonThrowableExceptionState exceptionState; in toInt64()
487 NonThrowableExceptionState exceptionState; in toUInt64()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp636 WebCore::NonThrowableExceptionState exceptionState; in TEST_F()