aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/stubs/runtime/VM.h
blob: e00ee543e60638e33f4d415efa21e03f2e5f368c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef MASM_VM_H
#define MASM_VM_H

#include <qv4engine_p.h>

namespace JSC {

class VM : public QV4::ExecutionEngine {};

}

#endif // MASM_VM_H