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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DExceptionState.h44 class ExceptionState { class in namespace:WebCore
45 WTF_MAKE_NONCOPYABLE(ExceptionState);
47 explicit ExceptionState(v8::Isolate* isolate) function in class:WebCore::ExceptionState
81 class TrackExceptionState : public ExceptionState {
83 TrackExceptionState(): ExceptionState(0) { }

Completed in 74 milliseconds