src.elv.sh/pkg/eval.staticNs.deleted (field)

9 uses

	src.elv.sh/pkg/eval (current package)
		builtin_special.go#L172: 				cp.thisScope().deleted[ref.index] = true
		compiler.go#L73: 		newLocal := &Ns{make([]vars.Var, n), op.template.names, op.template.deleted}
		compiler.go#L82: 		fm.local = &Ns{fm.local.slots, fm.local.names, op.template.deleted}
		ns.go#L197: 	deleted []bool
		ns.go#L202: 		append([]string{}, ns.names...), append([]bool{}, ns.deleted...)}
		ns.go#L207: 		ns.deleted[i] = true
		ns.go#L220: 	ns.deleted = append(ns.deleted, false)
		ns.go#L226: 		if name == k && !ns.deleted[i] {