Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qv4enginebase_p.h File Reference
#include <private/qv4global_p.h>
#include <private/qv4runtimeapi_p.h>
+ Include dependency graph for qv4enginebase_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::EngineBase
 

Namespaces

namespace  QV4
 \qmltype Particle \inqmlmodule QtQuick.Particles
 

Functions

 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)