Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qv4calldata_p.h File Reference
#include <private/qv4staticvalue_p.h>
+ Include dependency graph for qv4calldata_p.h:

Go to the source code of this file.

Classes

struct  QV4::CallData
 

Namespaces

namespace  QV4
 \qmltype Particle \inqmlmodule QtQuick.Particles
 

Functions

 QV4::Q_STATIC_ASSERT (std::is_standard_layout< CallData >::value)
 
 QV4::Q_STATIC_ASSERT (offsetof(CallData, function)==CallData::Function *sizeof(StaticValue))
 
 QV4::Q_STATIC_ASSERT (offsetof(CallData, context)==CallData::Context *sizeof(StaticValue))
 
 QV4::Q_STATIC_ASSERT (offsetof(CallData, accumulator)==CallData::Accumulator *sizeof(StaticValue))
 
 QV4::Q_STATIC_ASSERT (offsetof(CallData, thisObject)==CallData::This *sizeof(StaticValue))
 
 QV4::Q_STATIC_ASSERT (offsetof(CallData, newTarget)==CallData::NewTarget *sizeof(StaticValue))
 
 QV4::Q_STATIC_ASSERT (offsetof(CallData, _argc)==CallData::Argc *sizeof(StaticValue))
 
 QV4::Q_STATIC_ASSERT (offsetof(CallData, args)==6 *sizeof(StaticValue))