const github.com/evanw/esbuild/internal/js_ast.SymbolArguments

4 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1275: 	SymbolArguments

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L1283: 	if existing == js_ast.SymbolArguments && new == js_ast.SymbolHoisted {
		js_parser.go#L1288: 	if existing == js_ast.SymbolArguments && new != js_ast.SymbolHoisted {
		js_parser.go#L4717: 		fn.ArgumentsRef = p.declareSymbol(js_ast.SymbolArguments, fn.OpenParenLoc, "arguments")