Module ketos::scope [] [src]

Contains values associated with names in a given execution context.

Structs

GlobalScope

Represents the global namespace of an execution context.

ImportSet

Represents a set of names imported from a module.

MasterNames

Iterator over standard names available to code; this includes standard values and operators.

MasterValues

Iterator over name/value pairs in the MasterScope.

Enums

MasterScope

Represents the universal namespace containing built-in symbols which are available in any context.

Type Definitions

Scope

Shared scope object

WeakScope

Weak reference to shared scope object