Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4datacollector.cpp File Reference

(b4b691b040f2251820292a27bdcf01d4d7530bc6)

#include "qv4datacollector.h"
#include "qv4debugger.h"
#include "qv4debugjob.h"
#include <private/qqmlcontext_p.h>
#include <private/qqmlengine_p.h>
#include <private/qv4identifierhash_p.h>
#include <private/qv4identifiertable_p.h>
#include <private/qv4objectiterator_p.h>
#include <private/qv4runtime_p.h>
#include <private/qv4script_p.h>
#include <private/qv4stackframe_p.h>
#include <private/qv4string_p.h>
#include <QtCore/qjsonarray.h>
#include <QtCore/qjsonobject.h>
Include dependency graph for qv4datacollector.cpp:

Go to the source code of this file.

Classes

class  CapturePreventer

Functions

const QV4::ObjectcollectProperty (const QV4::ScopedValue &value, QV4::ExecutionEngine *engine, QJsonObject &dict)
QJsonObject toRef (QV4DataCollector::Ref ref)

Function Documentation

◆ collectProperty()

const QV4::Object * collectProperty ( const QV4::ScopedValue & value,
QV4::ExecutionEngine * engine,
QJsonObject & dict )

Definition at line 88 of file qv4datacollector.cpp.

◆ toRef()

Definition at line 211 of file qv4datacollector.cpp.