![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Classes | |
struct | QV4::Heap::ArrayCtor |
struct | QV4::ArrayCtor |
struct | QV4::ArrayPrototype |
Namespaces | |
namespace | QV4 |
\qmltype Particle \inqmlmodule QtQuick.Particles | |
namespace | QV4::Heap |
Functions | |
QT_BEGIN_NAMESPACE bool | qIsAtMostUintLimit (qsizetype length, uint limit=std::numeric_limits< uint >::max()) |
bool | qIsAtMostSizetypeLimit (uint length, qsizetype limit=std::numeric_limits< qsizetype >::max()) |
|
inline |
Definition at line 35 of file qv4arrayobject_p.h.
References Q_ASSERT.
Referenced by QV4::method_set_length(), QV4::SequenceOwnPropertyKeyIterator::next(), QV4::Sequence::virtualDeleteProperty(), QV4::Sequence::virtualGet(), and QV4::Sequence::virtualPut().
|
inline |
Definition at line 23 of file qv4arrayobject_p.h.
References Q_ASSERT.
Referenced by QV4::PropertyListPrototype::method_get_length(), QV4::method_get_length(), QV4::PropertyListPrototype::method_indexOf(), QV4::PropertyListPrototype::method_lastIndexOf(), QV4::PropertyListPrototype::method_push(), QV4::PropertyListPrototype::method_set_length(), QV4::PropertyListPrototype::method_splice(), and QV4::PropertyListPrototype::method_unshift().