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

3 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L7403: 			p.markStrictModeFeature(ifElseFunctionStmt, js_lexer.RangeOfIdentifier(p.source, stmt.Loc), "")
		js_parser_lower.go#L138: 	ifElseFunctionStmt
		js_parser_lower.go#L160: 	case ifElseFunctionStmt: