Global variable environment: resolves JS globals from the persistent heap and runtime bindings.
Summary
Functions
Returns cached builtin and persistent global bindings.
Clears temporary var tracking after declaration checks.
Returns the active JavaScript global environment.
Resolves a name from the current atom table.
Defines a hoisted var binding in the active global environment.
Fetches a global binding by name or atom-table index.
Writes a global binding into a context and optionally persists it.
Functions
Returns cached builtin and persistent global bindings.
Clears temporary var tracking after declaration checks.
Returns the active JavaScript global environment.
Resolves a name from the current atom table.
Defines a hoisted var binding in the active global environment.
Fetches a global binding by name or atom-table index.
Writes a global binding into a context and optionally persists it.