![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
Collector (QV4::ExecutionEngine *engine) | |
void | collect (QJsonArray *output, const QString &parentIName, const QString &name, const QV4::Value &value) |
bool | isExpanded (const QString &iname) const |
Public Attributes | |
QV4::ExecutionEngine * | m_engine |
int | m_anonCount |
QStringList | m_expanded |
Definition at line 70 of file qqmlnativedebugservice.cpp.
|
inline |
Definition at line 73 of file qqmlnativedebugservice.cpp.
void Collector::collect | ( | QJsonArray * | output, |
const QString & | parentIName, | ||
const QString & | name, | ||
const QV4::Value & | value | ||
) |
Definition at line 333 of file qqmlnativedebugservice.cpp.
References QString::arg(), QV4::Value::as(), attrs, QV4::StaticValue::Boolean_Type, QV4::Runtime::TypeofValue::call(), collect(), QV4::StaticValue::Empty_Type, QV4::ObjectIterator::EnumerableOnly, QString::fromLatin1(), i, QJsonObject::insert(), QV4::StaticValue::Integer_Type, QString::isEmpty(), isExpanded(), it, m_anonCount, m_engine, QV4::StaticValue::Managed_Type, QV4::StaticValue::Null_Type, QString::number(), out, QStringLiteral, QV4::Value::toQStringNoThrow(), QV4::StaticValue::Undefined_Type, and QV4::StaticValue::value().
Referenced by collect().
|
inline |
Definition at line 80 of file qqmlnativedebugservice.cpp.
References m_expanded.
Referenced by collect().
int Collector::m_anonCount |
Definition at line 84 of file qqmlnativedebugservice.cpp.
Referenced by collect().
QV4::ExecutionEngine* Collector::m_engine |
Definition at line 83 of file qqmlnativedebugservice.cpp.
Referenced by collect().
QStringList Collector::m_expanded |
Definition at line 85 of file qqmlnativedebugservice.cpp.
Referenced by isExpanded().