Searched refs:PendingException (Results 1 – 4 of 4) sorted by relevance
72 class ScriptExecutionContext::PendingException { class in WebCore::ScriptExecutionContext73 WTF_MAKE_NONCOPYABLE(PendingException);75 …PendingException(const String& errorMessage, int lineNumber, const String& sourceURL, PassRefPtr<S… in PendingException() function in WebCore::ScriptExecutionContext::PendingException325 m_pendingExceptions = adoptPtr(new Vector<OwnPtr<PendingException> >()); in reportException()326 …m_pendingExceptions->append(adoptPtr(new PendingException(errorMessage, lineNumber, sourceURL, cal… in reportException()338 PendingException* e = m_pendingExceptions->at(i).get(); in reportException()
198 class PendingException; variable199 OwnPtr<Vector<OwnPtr<PendingException> > > m_pendingExceptions;
141 C(PendingException, pending_exception) \
21815 (WebCore::ScriptExecutionContext::PendingException::PendingException):42624 (WebCore::ScriptExecutionContext::PendingException::PendingException):