pub type GlobalsMap = FxHashMap<&'static str, Value>;
The map of globally available functions and other values that should implicitly be resolvable in the global scope.
struct GlobalsMap { /* private fields */ }