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
qv4enginebase_p.h File Reference

(b9d37a328ba09bcb2a7a95b5778cb8c63d0ace26)

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