Same as pop_return_context, but for cases where there is no return value (like Module scope).
Called at the end of a function, popping the current naming context, adding it to the enclosing context's descendants, and passing through the prefix naming reference.
Called at the end of a function, popping the current naming context, adding it to the enclosing context's descendants, and passing through the prefix naming reference. Every instance of push_context() must have a matching pop_context().
Will assert out if the context being popped isn't the topmost on the stack.
Creates a new naming context, where all items in the context will have their names prefixed with some yet-to-be-determined prefix from object names in an enclosing scope.
Class for the (global) naming stack object, which provides a way to push and pop naming contexts as functions are called / finished.