src.elv.sh/pkg/eval.staticNs.add (method)

6 uses

	src.elv.sh/pkg/eval (current package)
		builtin_special.go#L104: 		slotIndex := cp.thisScope().add(name)
		builtin_special.go#L255: 	index := cp.thisScope().add(name + FnSuffix)
		builtin_special.go#L316: 	return useOp{fn.Range(), cp.thisScope().add(name + NsSuffix), spec}
		compile_value.go#L422: 		local.add(argName)
		compile_value.go#L425: 		local.add(optName)
		ns.go#L212: func (ns *staticNs) add(k string) int {