1// Copyright (C) 2016 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 OPTIONS_H
4#define OPTIONS_H
5
6namespace JSC {
7
8struct Options {
9 static bool showDisassembly();
10 static bool showDFGDisassembly() { return true; }
11 static bool zeroStackFrame() { return true; }
12 static bool dumpCompiledRegExpPatterns() { return false; }
13};
14
15}
16
17#endif // MASM_STUBS/OPTIONS_H
18

Provided by KDAB

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

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