src.elv.sh/pkg/eval.compiler.chunkOp (method)

5 uses

	src.elv.sh/pkg/eval (current package)
		compile_effect.go#L20: func (cp *compiler) chunkOp(n *parse.Chunk) effectOp {
		compile_value.go#L278: 		return exceptionCaptureOp{n.Range(), cp.chunkOp(n.Chunk)}
		compile_value.go#L280: 		return outputCaptureOp{n.Range(), cp.chunkOp(n.Chunk)}
		compile_value.go#L428: 	chunkOp := cp.chunkOp(n.Chunk)
		compiler.go#L59: 	chunkOp := cp.chunkOp(tree.Root)