Searched refs:hasUncaughtException (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptengine.cpp74 hasUncaughtException() to determine if an exception occurred in
109 bool QScriptEngine::hasUncaughtException() const function in class:QScriptEngine
111 return d_ptr->hasUncaughtException();
122 \sa hasUncaughtException(), uncaughtExceptionLineNumber(),
133 \sa hasUncaughtException()
146 \sa hasUncaughtException(), uncaughtExceptionBacktrace()
H A Dqscriptengine.h49 bool hasUncaughtException() const;
H A Dqscriptengine_p.h57 inline bool hasUncaughtException() const;
122 bool QScriptEnginePrivate::hasUncaughtException() const function in class:QScriptEnginePrivate
148 if (!hasUncaughtException() || !JSValueIsObject(m_context, m_exception))
160 if (!hasUncaughtException() || !JSValueIsObject(m_context, m_exception))
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp616 QVERIFY(!eng.hasUncaughtException());
621 QVERIFY(eng.hasUncaughtException());
623 QVERIFY(!eng.hasUncaughtException());
628 QVERIFY(eng.hasUncaughtException());
632 QVERIFY(eng.hasUncaughtException());
639 QVERIFY(eng.hasUncaughtException());
642 QVERIFY(eng.hasUncaughtException());
648 QVERIFY(eng.hasUncaughtException());
651 QVERIFY(!eng.hasUncaughtException());
657 QVERIFY(eng.hasUncaughtException());
[all...]

Completed in 166 milliseconds