![]() |
Qt 6.x
The Qt SDK
|
#include <private/qv4global_p.h>
Go to the source code of this file.
Namespaces | |
namespace | QV4 |
\qmltype Particle \inqmlmodule QtQuick.Particles | |
namespace | QV4::WriteBarrier |
Macros | |
#define | WRITEBARRIER_none 1 |
#define | WRITEBARRIER(x) (1/WRITEBARRIER_##x == 1) |
Functions | |
Q_ALWAYS_INLINE void | QV4::WriteBarrier::fence () |
template<NewValueType type> | |
static constexpr bool | QV4::WriteBarrier::isRequired () |
void | QV4::WriteBarrier::write (EngineBase *engine, Heap::Base *base, ReturnedValue *slot, ReturnedValue value) |
void | QV4::WriteBarrier::write (EngineBase *engine, Heap::Base *base, Heap::Base **slot, Heap::Base *value) |
Definition at line 23 of file qv4writebarrier_p.h.
#define WRITEBARRIER_none 1 |
Definition at line 21 of file qv4writebarrier_p.h.