HomeSort by relevance Sort by last modified time
    Searched refs:uncaughtExceptionLineNumber (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine.cpp 79 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
150 return d_ptr->uncaughtExceptionLineNumber();
qscriptengine.h 52 int uncaughtExceptionLineNumber() const;
qscriptengine_p.h 61 inline int uncaughtExceptionLineNumber() const;
146 int QScriptEnginePrivate::uncaughtExceptionLineNumber() const
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
tst_qscriptengine.cpp 649 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 100 milliseconds