src.elv.sh/pkg/eval.Ns.static (method)

7 uses

	src.elv.sh/pkg/eval (current package)
		eval.go#L435: 	op, err := compile(b.static(), cfg.Global.static(), tree, errFile)
		eval.go#L526: 	return compile(ev.Builtin().static(), g.static(), tree, w)
		frame.go#L59: 	op, err := compile(newFm.Evaler.Builtin().static(), local.static(), tree, fm.ErrorFile())
		ns.go#L141: func (ns *Ns) static() *staticNs {