Returns the head of the context stack.
any
Retrieves the value at key from the context stack.
any
Pushes an arbitrary value onto the context stack and returns a new context instance. Specify index and/or length to enable enumeration helpers.
Returns a new context instance consisting only of the value at head, plus any previously defined global object.