Searched refs:IgnorableExceptionState (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionStatePlaceholder.h45 class IgnorableExceptionState FINAL : public ExceptionState {
47 IgnorableExceptionState(): ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::Object>(), 0) { } function in class:blink::FINAL
54 #define IGNORE_EXCEPTION (::blink::IgnorableExceptionState().returnThis())
75 #define ASSERT_NO_EXCEPTION (::blink::IgnorableExceptionState().returnThis())

Completed in 367 milliseconds