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

/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptengine.cpp79 to this evaluation (e.g. uncaughtExceptionLineNumber()) will be
82 exception, uncaughtExceptionLineNumber() would return the given \a
106 \sa uncaughtException(), uncaughtExceptionLineNumber(),
122 \sa hasUncaughtException(), uncaughtExceptionLineNumber(),
148 int QScriptEngine::uncaughtExceptionLineNumber() const function in class:QScriptEngine
150 return d_ptr->uncaughtExceptionLineNumber();
H A Dqscriptengine.h52 int uncaughtExceptionLineNumber() const;
H A Dqscriptengine_p.h61 inline int uncaughtExceptionLineNumber() const;
146 int QScriptEnginePrivate::uncaughtExceptionLineNumber() const function in class:QScriptEnginePrivate
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp649 QCOMPARE(eng.uncaughtExceptionLineNumber(), 1);
658 QCOMPARE(eng.uncaughtExceptionLineNumber(), x + 2);
666 QCOMPARE(eng.uncaughtExceptionLineNumber(), x + 2);
670 QCOMPARE(eng.uncaughtExceptionLineNumber(), -1);
678 QCOMPARE(eng.uncaughtExceptionLineNumber(), 1);

Completed in 64 milliseconds