aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_moth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler/qv4isel_moth.cpp')
-rw-r--r--src/qml/compiler/qv4isel_moth.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4isel_moth.cpp b/src/qml/compiler/qv4isel_moth.cpp
index 2e31aa10a0..06fb9caac8 100644
--- a/src/qml/compiler/qv4isel_moth.cpp
+++ b/src/qml/compiler/qv4isel_moth.cpp
@@ -777,6 +777,11 @@ void InstructionSelection::callBuiltinReThrow()
// ###
}
+void InstructionSelection::callBuiltinUnwindException(V4IR::Temp *)
+{
+ // ###
+}
+
void InstructionSelection::callBuiltinPushCatchScope(const QString &exceptionName)
{