(22df353c14800d2e9b6d57a9a0cb9c6baa337999)
#include <private/qv4global_p.h>
#include <private/qv4runtimeapi_p.h>
Go to the source code of this file.
|
| 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) |