src.elv.sh/pkg/eval.nsOp.prepare (method)

3 uses

	src.elv.sh/pkg/eval (current package)
		compiler.go#L70: func (op nsOp) prepare(fm *Frame) (*Ns, func() Exception) {
		eval.go#L446: 	newLocal, exec := op.prepare(fm)
		frame.go#L63: 	newLocal, exec := op.prepare(newFm)