github.com/evanw/esbuild/internal/js_parser.fnOrArrowDataVisit.superIndexRef (field)

8 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L406: 	superIndexRef *js_ast.Ref
		js_parser_lower.go#L420: 		if p.fnOrArrowDataVisit.superIndexRef != nil {
		js_parser_lower.go#L422: 			p.currentScope.Generated = append(p.currentScope.Generated, *p.fnOrArrowDataVisit.superIndexRef, argRef)
		js_parser_lower.go#L425: 					Binding: js_ast.Binding{Loc: bodyLoc, Data: &js_ast.BIdentifier{Ref: *p.fnOrArrowDataVisit.superIndexRef}},
		js_parser_lower.go#L2276: 	if p.fnOrArrowDataVisit.superIndexRef == nil {
		js_parser_lower.go#L2278: 		p.fnOrArrowDataVisit.superIndexRef = &ref
		js_parser_lower.go#L2280: 	p.recordUsage(*p.fnOrArrowDataVisit.superIndexRef)
		js_parser_lower.go#L2282: 		Target: js_ast.Expr{Loc: loc, Data: &js_ast.EIdentifier{Ref: *p.fnOrArrowDataVisit.superIndexRef}},