Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DExecutionContext.cpp44 class ExecutionContext::PendingException { class in WebCore::ExecutionContext
45 WTF_MAKE_NONCOPYABLE(PendingException);
47PendingException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourc… in PendingException() function in WebCore::ExecutionContext::PendingException
131 m_pendingExceptions = adoptPtr(new Vector<OwnPtr<PendingException> >()); in reportException()
132 …m_pendingExceptions->append(adoptPtr(new PendingException(errorEvent->messageForConsole(), errorEv… in reportException()
144 PendingException* e = m_pendingExceptions->at(i).get(); in reportException()
DExecutionContext.h151 class PendingException; variable
152 OwnPtr<Vector<OwnPtr<PendingException> > > m_pendingExceptions;
/external/v8/src/
Disolate.h141 C(PendingException, pending_exception) \
/external/chromium_org/v8/src/
Disolate.h157 C(PendingException, pending_exception) \