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