github.com/evanw/esbuild/internal/js_parser.fnOnlyDataVisit.thisCaptureRef (field)

5 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L442: 	thisCaptureRef      *js_ast.Ref
		js_parser.go#L6484: 		if ref := p.fnOnlyDataVisit.thisCaptureRef; ref != nil {
		js_parser_lower.go#L207: 	if p.fnOnlyDataVisit.thisCaptureRef == nil {
		js_parser_lower.go#L209: 		p.fnOnlyDataVisit.thisCaptureRef = &ref
		js_parser_lower.go#L211: 	return *p.fnOnlyDataVisit.thisCaptureRef