src.elv.sh/pkg/eval.argsWalker.nextMustLambda (method)

8 uses

	src.elv.sh/pkg/eval (current package)
		builtin_special.go#L250: 	bodyNode := args.nextMustLambda("function body")
		builtin_special.go#L450: 		bodyNodes = append(bodyNodes, args.nextMustLambda(condLeader))
		builtin_special.go#L500: 	bodyNode := args.nextMustLambda("while body")
		builtin_special.go#L556: 	bodyNode := args.nextMustLambda("for body")
		builtin_special.go#L632: 	bodyNode := args.nextMustLambda("try body")
		builtin_special.go#L644: 		exceptNode = args.nextMustLambda("except body")
		node_utils.go#L63: func (aw *argsWalker) nextMustLambda(what string) *parse.Primary {
		node_utils.go#L74: 		return aw.nextMustLambda(leader + " body")