Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4calldata_p.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#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
 

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))