Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4enginebase_p.h File Reference

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#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

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)