![]() |
Qt 6.x
The Qt SDK
|
#include <qv4property_p.h>
Public Member Functions | |
void | set (EngineBase *e, Value newVal) |
const Value * | operator-> () const |
const Value & | operator* () const |
bool | isNull () const |
Public Attributes | |
Heap::Base * | base |
Value * | slot |
Definition at line 161 of file qv4property_p.h.
|
inline |
Definition at line 170 of file qv4property_p.h.
References slot.
|
inline |
Definition at line 169 of file qv4property_p.h.
References slot.
|
inline |
Definition at line 168 of file qv4property_p.h.
References slot.
|
inline |
Definition at line 165 of file qv4property_p.h.
References QV4::StaticValue::asReturnedValue(), base, QV4::StaticValue::data_ptr(), e, slot, and QV4::WriteBarrier::write().
Heap::Base* QV4::PropertyIndex::base |
Definition at line 162 of file qv4property_p.h.
Referenced by set().
Value* QV4::PropertyIndex::slot |
Definition at line 163 of file qv4property_p.h.
Referenced by isNull(), operator*(), operator->(), and set().