aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4global_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4global_p.h')
-rw-r--r--src/qml/jsruntime/qv4global_p.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4global_p.h b/src/qml/jsruntime/qv4global_p.h
index 6119bed3ec..61cd53cd61 100644
--- a/src/qml/jsruntime/qv4global_p.h
+++ b/src/qml/jsruntime/qv4global_p.h
@@ -138,10 +138,13 @@ namespace Heap {
struct ArgumentsObject;
struct QObjectWrapper;
struct RegExpObject;
+ struct RegExp;
+ struct EvalFunction;
struct ArrayBuffer;
struct DataView;
struct TypedArray;
+
}
class MemoryManager;
@@ -171,6 +174,9 @@ struct ArgumentsObject;
struct Managed;
struct ExecutionEngine;
struct QObjectWrapper;
+struct RegExpObject;
+struct RegExp;
+struct EvalFunction;
struct ArrayBuffer;
struct DataView;
@@ -196,6 +202,10 @@ struct PersistentValuePrivate;
class PersistentValue;
class WeakValue;
+struct IdentifierTable;
+class RegExpCache;
+class MultiplyWrappedQObjectMap;
+struct QmlExtensions;
namespace Global {
enum {