18#include <QtCore/qglobal.h>
19#include <private/qv4compilerglobal_p.h>
23#include <private/qtqmlglobal_p.h>
28#define ENABLE_YARR_JIT 1
30#define ENABLE_ASSEMBLER 1
32#define ENABLE_YARR_JIT 0
33#define ENABLE_ASSEMBLER 0
37#if defined(Q_OS_QNX) && defined(_CPPLIB_VER)
52 struct JSUnitGenerator;
57 class BytecodeGenerator;
65 struct StringOrSymbol;
69 struct ObjectPrototype;
71 struct ExecutionContext;
74 struct ScriptFunction;
82 struct FunctionObject;
84 struct ArgumentsObject;
85 struct QObjectWrapper;
88 struct UrlSearchParamsObject;
92 struct SharedArrayBuffer;
100 struct PromiseObject;
101 struct PromiseCapability;
103 template <
typename T,
size_t>
struct Pointer;
107struct JSTypesStackFrame;
108struct MetaTypesStackFrame;
110class ExecutableAllocator;
112struct StringOrSymbol;
116struct ObjectPrototype;
117struct ObjectIterator;
118struct ExecutionContext;
121struct ScriptFunction;
125template<
size_t>
struct HeapValue;
126template<
size_t>
struct ValueArray;
137struct FunctionObject;
139struct ArgumentsObject;
141struct ExecutionEngine;
142struct QObjectWrapper;
147struct SharedArrayBuffer;
156struct PromiseCapability;
161template<
typename T>
struct Scoped;
254 void resolve() { m_mask = 0xf;
if (m_type == Accessor) { m_writable =
false; writable_set =
false; } }
271 return m_all ==
other.m_all;
274 return m_all !=
other.m_all;
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
\qmltype Particle \inqmlmodule QtQuick.Particles
Scoped< FunctionObject > ScopedFunctionObject
QVector< StackFrame > StackTrace
Scoped< Object > ScopedObject
Scoped< ArrayObject > ScopedArrayObject
Scoped< String > ScopedString
Scoped< StringOrSymbol > ScopedStringOrSymbol
@ Attr_ReadOnly_ButConfigurable
Scoped< ExecutionContext > ScopedContext
#define Q_DECLARE_FLAGS(Flags, Enum)
#define Q_DECLARE_OPERATORS_FOR_FLAGS(Flags)
GLboolean GLboolean GLboolean b
GLenum GLenum GLsizei void GLsizei void * column
#define Q_DECLARE_TYPEINFO(TYPE, FLAGS)
proxy setType(QNetworkProxy::Socks5Proxy)
PropertyAttributes(PropertyFlags f)
bool isEnumerable() const
bool operator!=(PropertyAttributes other)
void setEnumerable(bool b)
PropertyAttributes(PropertyFlag f)
void setConfigurable(bool b)
bool hasConfigurable() const
bool operator==(PropertyAttributes other)
bool isConfigurable() const
bool hasEnumerable() const