aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qtqml.tracepoints
blob: 20fac8766055bf8f5fb057ae7cfe0a7ea287b70b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
namespace QV4 {
struct ExecutionEngine;
namespace CompiledData {
struct CompilationUnit;
struct Object;
} // CompiledData
} // QV4
class QQmlEngine;
}

QQmlObjectCreator_createInstance_entry(const QV4::CompiledData::CompilationUnit *compilationUnit, const QV4::CompiledData::Object *object, const QUrl &url)
QQmlObjectCreator_createInstance_exit(const QString &typeName)
QQmlCompiling_entry(const QUrl &url)
QQmlCompiling_exit()
QQmlV4_function_call_entry(const QV4::ExecutionEngine *engine, const QString &function, const QString &fileName, int line, int column)
QQmlV4_function_call_exit()
QQmlBinding_entry(const QQmlEngine *engine, const QString &function, const QString &fileName, int line, int column)
QQmlBinding_exit()
QQmlHandlingSignal_entry(const QQmlEngine *engine, const QString &function, const QString &fileName, int line, int column)
QQmlHandlingSignal_exit()