Commit
eff4d6555bad7411257fc84e16333dcdd070537e
by noreplyfixed a bug with ExecuteFunc and stacktraces (#925)
The stack trace injector would add parameters to functions that were
called with ExecuteFunc, which is not allowed. With this changed it is
now handled similar to function references by adding a bridge function.
See #920
(commit: eff4d65)