Searched refs:NonThrowableExceptionState (Results 1 – 4 of 4) sorted by relevance
98 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()
123 class NonThrowableExceptionState FINAL : public ExceptionState {125 …NonThrowableExceptionState(): ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::… in NonThrowableExceptionState() function
294 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()
636 WebCore::NonThrowableExceptionState exceptionState; in TEST_F()