aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4engine_p.h')
-rw-r--r--src/qml/jsruntime/qv4engine_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4engine_p.h b/src/qml/jsruntime/qv4engine_p.h
index 69aa389c44..2ac3a77e29 100644
--- a/src/qml/jsruntime/qv4engine_p.h
+++ b/src/qml/jsruntime/qv4engine_p.h
@@ -100,7 +100,9 @@ public:
Heap::ExecutionContext *current;
Value *jsStackTop;
- quint32 hasException;
+ quint8 hasException;
+ quint8 writeBarrierActive = false;
+ quint16 unused = 0;
qint32 callDepth;
MemoryManager *memoryManager;