const github.com/evanw/esbuild/internal/js_parser.stmtsFnBody

6 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L6529: 	stmtsFnBody
		js_parser.go#L6820: 				if kind == stmtsFnBody {
		js_parser.go#L6964: 		case stmtsFnBody:
		js_parser.go#L8689: 		stmtsInsideNamespace := p.visitStmtsAndPrependTempRefs(s.Stmts, prependTempRefsOpts{kind: stmtsFnBody})
		js_parser.go#L11426: 		e.Body.Stmts = p.visitStmtsAndPrependTempRefs(e.Body.Stmts, prependTempRefsOpts{kind: stmtsFnBody})
		js_parser.go#L11655: 	fn.Body.Stmts = p.visitStmtsAndPrependTempRefs(fn.Body.Stmts, prependTempRefsOpts{fnBodyLoc: &fn.Body.Loc, kind: stmtsFnBody})