HomeSort by relevance Sort by last modified time
    Searched refs:hasUncaughtException (Results 1 - 4 of 4) 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.h 49 bool hasUncaughtException() const;
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))
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
tst_qscriptengine.cpp 616 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 9181 milliseconds