public stack_trace( Object _name ) { this._name = _name; this._location = foreign.BUNSPEC; link = top_of_stack; top_of_stack = this; }
public static Object pop_trace() { top_of_stack = top_of_stack.link; return unspecified._unspecified; }