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
QV4::Runtime::CompareEqual Struct Reference

#include <qv4runtimeapi_p.h>

+ Inheritance diagram for QV4::Runtime::CompareEqual:
+ Collaboration diagram for QV4::Runtime::CompareEqual:

Static Public Member Functions

static Bool call (const Value &, const Value &)
 

Additional Inherited Members

- Static Public Attributes inherited from QV4::Runtime::Method< Throws::Yes >
static constexpr bool throws
 
static constexpr bool changesContext
 
static constexpr bool pure
 
static constexpr bool lastArgumentIsOutputValue
 

Detailed Description

Definition at line 427 of file qv4runtimeapi_p.h.

Member Function Documentation

◆ call()

Bool QV4::Runtime::CompareEqual::call ( const Value & left,
const Value & right )
static

Definition at line 2239 of file qv4runtime.cpp.

References QV4::StaticValue::asReturnedValue(), QV4::StaticValue::doubleValue(), QV4::StaticValue::int_32(), QV4::Heap::Base::internalClass, QV4::StaticValue::isNaN(), QV4::StaticValue::isNull(), QV4::StaticValue::isNullOrUndefined(), QV4::Value::isString(), QV4::Value::isStringOrSymbol(), QV4::StaticValue::isUndefined(), QV4::PREFERREDTYPE_HINT, Q_ASSERT, Q_FALLTHROUGH, qSwap(), QV4::StaticValue::QT_Bool, QV4::StaticValue::QT_Empty, QV4::StaticValue::QT_Int, QV4::StaticValue::QT_Null, QV4::StaticValue::quickType(), QV4::LazyScope::set(), and TRACE2.

Referenced by QJSManagedValue::equals(), QJSValue::equals(), and QV4::Moth::VME::interpret().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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