The destructor automatically removes the StackFrame from the list of stack frames for the current thread
| 663 | // The destructor automatically removes the StackFrame from the list of |
| 664 | // stack frames for the current thread |
| 665 | ~StackFrame() |
| 666 | { |
| 667 | ctx->popFrame(this); |
| 668 | } |
| 669 | |
| 670 | ::String toString(); |
| 671 | ::String toDisplay(); |