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

(8b6a9403bf2e04d34b9b07d2780186029fab99d0)

#include "qv4object_p.h"
#include "qv4functionobject_p.h"
#include <QtCore/qnumeric.h>
+ Include dependency graph for qv4arrayobject_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::Heap::ArrayCtor
 
struct  QV4::ArrayCtor
 
struct  QV4::ArrayPrototype
 

Namespaces

namespace  QV4
 
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())
 

Function Documentation

◆ qIsAtMostSizetypeLimit()

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().

+ Here is the caller graph for this function:

◆ qIsAtMostUintLimit()

QT_BEGIN_NAMESPACE bool qIsAtMostUintLimit ( qsizetype length,
uint limit = std::numeric_limits<uint>::max() )
inline