26 #if defined (HAVE_CONFIG_H)
59 tw.push_stack_frame (
this);
61 octave::unwind_action act ([&tw] () { tw.pop_stack_frame (); });
63 return execute (tw, nargout, args);
virtual octave_value_list execute(octave::tree_evaluator &tw, int nargout=0, const octave_value_list &args=octave_value_list())=0
octave_base_value * clone() const
octave_base_value * empty_clone() const
virtual octave_value_list call(octave::tree_evaluator &tw, int nargout=0, const octave_value_list &args=octave_value_list())
#define panic_impossible()