Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4functiontable_noop.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 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// Qt-Security score:significant
4
6
8
9namespace QV4 {
10
11void generateFunctionTable(Function *function, JSC::MacroAssemblerCodeRef *codeRef)
12{
13 Q_UNUSED(function);
14 Q_UNUSED(codeRef);
15}
16
17void destroyFunctionTable(Function *function, JSC::MacroAssemblerCodeRef *codeRef)
18{
19 Q_UNUSED(function);
20 Q_UNUSED(codeRef);
21}
22
24{
25 return 0;
26}
27
28} // QV4
29
30QT_END_NAMESPACE
Definition qjsvalue.h:23
size_t exceptionHandlerSize()
void generateFunctionTable(Function *function, JSC::MacroAssemblerCodeRef *codeRef)
void destroyFunctionTable(Function *function, JSC::MacroAssemblerCodeRef *codeRef)