Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4::ArrayElementLessThan Class Reference

#include <qv4arraydata_p.h>

+ Collaboration diagram for QV4::ArrayElementLessThan:

Public Member Functions

 ArrayElementLessThan (ExecutionEngine *engine, const Value &comparefn)
 
bool operator() (Value v1, Value v2) const
 

Detailed Description

Definition at line 234 of file qv4arraydata_p.h.

Constructor & Destructor Documentation

◆ ArrayElementLessThan()

QV4::ArrayElementLessThan::ArrayElementLessThan ( ExecutionEngine engine,
const Value comparefn 
)
inline

Definition at line 237 of file qv4arraydata_p.h.

Member Function Documentation

◆ operator()()

bool ArrayElementLessThan::operator() ( Value  v1,
Value  v2 
) const

Definition at line 590 of file qv4arraydata.cpp.

References QV4::JSCallArguments::args, QV4::Scope::engine, QV4::Scope::hasException(), o, and v1.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: