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
qv4value.cpp File Reference

(534241f723161ab79d9a85b2c8145d571f0d99f9)

#include <qv4runtime_p.h>
#include <qv4propertykey_p.h>
#include <qv4string_p.h>
#include <qv4symbol_p.h>
#include <qv4object_p.h>
#include <qv4objectproto_p.h>
#include <private/qv4mm_p.h>
#include <wtf/MathExtras.h>
+ Include dependency graph for qv4value.cpp:

Go to the source code of this file.

Functions

static QString primitiveToQString (const Value *value)
 

Function Documentation

◆ primitiveToQString()

static QString primitiveToQString ( const Value * value)
static

Definition at line 89 of file qv4value.cpp.

References QV4::StaticValue::Boolean_Type, QV4::StaticValue::Double_Type, QV4::StaticValue::Empty_Type, QV4::StaticValue::Integer_Type, QV4::StaticValue::Managed_Type, QV4::StaticValue::Null_Type, QV4::RuntimeHelpers::numberToString(), Q_ASSERT, QStringLiteral, str, and QV4::StaticValue::Undefined_Type.

Referenced by QV4::Value::toQString(), QV4::Value::toQString(), and QV4::Value::toQStringNoThrow().

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