Pike_fp
NAME frame - the current frame of exectutionDESCRIPTION The frame pointer is called 'fp' and is of type 'struct frame'. The frame pointer contains information about what function we are executing in, what is the current object, the current program, where the local variables are etc. It also contains a pointer to the previous frame in the call stack. The most important members of 'fp' are:- current_object: same as the Pike function this_object()
Powered by PikeWiki2 |
|||
gotpike.org | Copyright © 2004 - 2009 | Pike is a trademark of Department of Computer and Information Science, Linköping University |