src.elv.sh/pkg/eval.varRef.index (field)
9 uses
src.elv.sh/pkg/eval (current package)
builtin_special.go#L171: f = delLocalVarOp{ref.index}
builtin_special.go#L172: cp.thisScope().deleted[ref.index] = true
var_ref.go#L29: index int
var_ref.go#L70: return &varRef{scope: localScope, index: index, subNames: SplitQNameSegs(rest)}
var_ref.go#L78: return &varRef{scope: captureScope, index: index, subNames: SplitQNameSegs(rest)}
var_ref.go#L101: return &varRef{scope: builtinScope, index: index, subNames: SplitQNameSegs(rest)}
var_ref.go#L143: return fm.local.slots[ref.index], ref.subNames
var_ref.go#L145: return fm.up.slots[ref.index], ref.subNames
var_ref.go#L147: return fm.Evaler.Builtin().slots[ref.index], ref.subNames
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)