![]() |
Qt 6.x
The Qt SDK
|
#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>
Go to the source code of this file.
Functions | |
static QString | primitiveToQString (const Value *value) |
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().