![]() |
Qt 6.x
The Qt SDK
|
Include dependency graph for qv4context_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | QV4::ExecutionContext |
| struct | QV4::CallContext |
Namespaces | |
| namespace | QV4 |
| \qmltype Particle \inqmlmodule QtQuick.Particles | |
| namespace | QV4::Heap |
Macros | |
| #define | ExecutionContextMembers(class, Member) |
| #define | CallContextMembers(class, Member) |
Functions | |
| QV4::Heap::DECLARE_HEAP_OBJECT (ExecutionContext, Base) | |
| QV4::Heap::Q_STATIC_ASSERT (std::is_trivial_v< ExecutionContext >) | |
| QV4::Heap::Q_STATIC_ASSERT (sizeof(ExecutionContext)==sizeof(Base)+sizeof(ExecutionContextData)+QT_POINTER_SIZE) | |
| QV4::Heap::Q_STATIC_ASSERT (std::is_standard_layout< ExecutionContextData >::value) | |
| QV4::Heap::Q_STATIC_ASSERT (offsetof(ExecutionContextData, outer)==0) | |
| QV4::Heap::Q_STATIC_ASSERT (offsetof(ExecutionContextData, activation)==offsetof(ExecutionContextData, outer)+QT_POINTER_SIZE) | |
| QV4::Heap::DECLARE_HEAP_OBJECT (CallContext, ExecutionContext) | |
| QV4::Heap::Q_STATIC_ASSERT (std::is_trivial_v< CallContext >) | |
| QV4::Heap::Q_STATIC_ASSERT (std::is_standard_layout< CallContextData >::value) | |
| QV4::Heap::Q_STATIC_ASSERT (offsetof(CallContextData, function)==0) | |
| #define CallContextMembers | ( | class, | |
| Member | |||
| ) |
Definition at line 66 of file qv4context_p.h.
| #define ExecutionContextMembers | ( | class, | |
| Member | |||
| ) |
Definition at line 27 of file qv4context_p.h.