diff options
Diffstat (limited to 'src/qml/jsruntime/qv4engine.cpp')
| -rw-r--r-- | src/qml/jsruntime/qv4engine.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/qml/jsruntime/qv4engine.cpp b/src/qml/jsruntime/qv4engine.cpp index 0f896210cc..4b7572f1c2 100644 --- a/src/qml/jsruntime/qv4engine.cpp +++ b/src/qml/jsruntime/qv4engine.cpp @@ -344,18 +344,11 @@ ExecutionEngine::ExecutionEngine(QJSEngine *jsEngine) , bumperPointerAllocator(new WTF::BumpPointerAllocator) , jsStack(new WTF::PageAllocation) , gcStack(new WTF::PageAllocation) - , globalCode(nullptr) , publicEngine(jsEngine) , m_engineId(engineSerial.fetchAndAddOrdered(2)) - , regExpCache(nullptr) - , m_multiplyWrappedQObjects(nullptr) #if QT_CONFIG(qml_jit) , m_canAllocateExecutableMemory(OSAllocator::canAllocateExecutableMemory()) #endif -#if QT_CONFIG(qml_xml_http_request) - , m_xmlHttpRequestData(nullptr) -#endif - , m_qmlEngine(nullptr) { if (m_engineId == 1) { initializeStaticMembers(); |
