func github.com/evanw/esbuild/internal/renamer.assignNestedScopeSlotsHelper

3 uses

	github.com/evanw/esbuild/internal/renamer (current package)
		renamer.go#L236: 		slotCounts.UnionMax(assignNestedScopeSlotsHelper(child, symbols, js_ast.SlotCounts{}))
		renamer.go#L250: func assignNestedScopeSlotsHelper(scope *js_ast.Scope, symbols []js_ast.Symbol, slot js_ast.SlotCounts) js_ast.SlotCounts {
		renamer.go#L286: 		slotCounts.UnionMax(assignNestedScopeSlotsHelper(child, symbols, slot))