Searched refs:PendingException (Results 1 – 4 of 4) sorted by relevance
44 class ExecutionContext::PendingException { class in WebCore::ExecutionContext45 WTF_MAKE_NONCOPYABLE(PendingException);47 …PendingException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourc… in PendingException() function in WebCore::ExecutionContext::PendingException131 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()
151 class PendingException; variable152 OwnPtr<Vector<OwnPtr<PendingException> > > m_pendingExceptions;
141 C(PendingException, pending_exception) \
157 C(PendingException, pending_exception) \