HomeSort by relevance Sort by last modified time
    Searched defs:hasUncaughtException (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine.cpp 74 hasUncaughtException() to determine if an exception occurred in
109 bool QScriptEngine::hasUncaughtException() const
111 return d_ptr->hasUncaughtException();
122 \sa hasUncaughtException(), uncaughtExceptionLineNumber(),
133 \sa hasUncaughtException()
146 \sa hasUncaughtException(), uncaughtExceptionBacktrace()
qscriptengine_p.h 57 inline bool hasUncaughtException() const;
122 bool QScriptEnginePrivate::hasUncaughtException() const
148 if (!hasUncaughtException() || !JSValueIsObject(m_context, m_exception))
160 if (!hasUncaughtException() || !JSValueIsObject(m_context, m_exception))

Completed in 45 milliseconds