#include <private/qv4global_p.h>
#include <private/qv4runtimeapi_p.h>
Go to the source code of this file.
|
namespace | QV4 |
| \qmltype Particle \inqmlmodule QtQuick.Particles
|
|
|
| QV4::Q_STATIC_ASSERT (std::is_standard_layout< EngineBase >::value) |
|
| QV4::Q_STATIC_ASSERT (offsetof(EngineBase, currentStackFrame)==0) |
|
| QV4::Q_STATIC_ASSERT (offsetof(EngineBase, jsStackTop)==offsetof(EngineBase, currentStackFrame)+QT_POINTER_SIZE) |
|
| QV4::Q_STATIC_ASSERT (offsetof(EngineBase, hasException)==offsetof(EngineBase, jsStackTop)+QT_POINTER_SIZE) |
|
| QV4::Q_STATIC_ASSERT (offsetof(EngineBase, memoryManager)==offsetof(EngineBase, hasException)+8) |
|
| QV4::Q_STATIC_ASSERT (offsetof(EngineBase, isInterrupted)+sizeof(EngineBase::isInterrupted)<=offsetof(EngineBase, hasException)+4) |
|
| QV4::Q_STATIC_ASSERT (offsetof(EngineBase, globalObject) % QT_POINTER_SIZE==0) |
|