src.elv.sh/pkg/eval.lambdaOp.capture (field)
8 uses
src.elv.sh/pkg/eval (current package)
compile_value.go#L442: capture *staticUpNs
compile_value.go#L449: make([]vars.Var, len(op.capture.names)),
compile_value.go#L450: op.capture.names,
compile_value.go#L451: make([]bool, len(op.capture.names))}
compile_value.go#L452: for i := range op.capture.names {
compile_value.go#L453: if op.capture.local[i] {
compile_value.go#L454: capture.slots[i] = fm.local.slots[op.capture.index[i]]
compile_value.go#L456: capture.slots[i] = fm.up.slots[op.capture.index[i]]
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)