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
8namespace JSC {
9
10class VM : public QV4::ExecutionEngine {};
11
12}
13
14#endif // MASM_VM_H
15

Provided by KDAB

Privacy Policy
Start learning QML with our Intro Training
Find out more

source code of qtdeclarative/src/3rdparty/masm/stubs/runtime/VM.h