aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4instr_moth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler/qv4instr_moth.cpp')
-rw-r--r--src/qml/compiler/qv4instr_moth.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4instr_moth.cpp b/src/qml/compiler/qv4instr_moth.cpp
index a6d0691db7..9101537236 100644
--- a/src/qml/compiler/qv4instr_moth.cpp
+++ b/src/qml/compiler/qv4instr_moth.cpp
@@ -274,6 +274,10 @@ void dumpBytecode(const char *code, int len, int nLocals, int nFormals)
d << instr.name << "(" << instr.callData.dump(nFormals) << ")";
MOTH_END_INSTR(CallName)
+ MOTH_BEGIN_INSTR(CallPossiblyDirectEval)
+ d << "(" << instr.callData.dump(nFormals) << ")";
+ MOTH_END_INSTR(CallPossiblyDirectEval)
+
MOTH_BEGIN_INSTR(CallGlobalLookup)
d << instr.index << "(" << instr.callData.dump(nFormals) << ")";
MOTH_END_INSTR(CallGlobalLookup)