Overte C++ Documentation
ScriptEngineDebugFlags.h
1 //
2 // ScriptEngineDebugFlags.h
3 // libraries/script-engine/src/v8/ScriptEngineDebugFlags.h
4 //
5 // Created by dr Karol Suprynowicz on 2024/11/14.
6 // Copyright 2024 Overte e.V.
7 //
8 // Distributed under the Apache License, Version 2.0.
9 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
10 // SPDX-License-Identifier: Apache-2.0
11 //
12 
13 #ifndef overte_ScriptEngineDebugFlags_h
14 #define overte_ScriptEngineDebugFlags_h
15 
16 #define OVERTE_SCRIPT_USE_AFTER_DELETE_GUARD
17 
18 #endif