Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4value_p.h File Reference

(804b008d2601872164ec7447181e94550687122d)

#include <limits.h>
#include <cmath>
#include <QtCore/QString>
#include "qv4global_p.h"
#include <private/qv4heap_p.h>
#include <private/qv4internalclass_p.h>
#include <private/qv4staticvalue_p.h>
#include <private/qnumeric_p.h>
#include <private/qv4calldata_p.h>
Include dependency graph for qv4value_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::Value
struct  QV4::HeapValue< o >
struct  QV4::ValueArray< o >
class  QV4::OptionalReturnedValue

Namespaces

namespace  QV4
namespace  QV4::Heap

Typedefs

using QV4::Primitive = Value

Functions

template<typename T>
ReturnedValue QV4::value_convert (ExecutionEngine *e, const Value &v)
 QV4::Q_STATIC_ASSERT (offsetof(ValueArray< 0 >, values)==8)