1 | // Copyright (C) 2018 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
3 | #ifndef MASM_VM_H |
4 | #define MASM_VM_H |
5 | |
6 | #include <qv4engine_p.h> |
7 | |
8 | namespace JSC { |
9 | |
10 | class VM : public QV4::ExecutionEngine {}; |
11 | |
12 | } |
13 | |
14 | #endif // MASM_VM_H |
15 |