func github.com/evanw/esbuild/internal/js_parser.hashCombine

12 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L526: func hashCombine(seed uint32, hash uint32) uint32 {
		js_parser.go#L540: 			return hashCombine(2, 1), true
		js_parser.go#L542: 		return hashCombine(2, 0), true
		js_parser.go#L546: 		return hashCombine(hashCombine(3, uint32(bits)), uint32(bits>>32)), true
		js_parser.go#L551: 			hash = hashCombine(hash, uint32(c))
		js_parser.go#L558: 			hash = hashCombine(hash, uint32(c))
		js_parser.go#L563: 		return hashCombine(6, e.Ref.InnerIndex), true
		js_parser.go#L567: 			hash := hashCombine(7, target)
		js_parser.go#L569: 				hash = hashCombine(hash, uint32(c))
		js_parser.go#L577: 				return hashCombine(hashCombine(8, target), index), true