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

7 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L992: func hasValueForThisInCall(expr js_ast.Expr) bool {
		js_parser.go#L10085: 					if isCallTarget && hasValueForThisInCall(e.Right) {
		js_parser.go#L10194: 					if isCallTarget && hasValueForThisInCall(e.Right) {
		js_parser.go#L10222: 					if isCallTarget && hasValueForThisInCall(e.Right) {
		js_parser.go#L10252: 					if isCallTarget && hasValueForThisInCall(e.Right) {
		js_parser.go#L10854: 					if isCallTarget && hasValueForThisInCall(e.Yes) {
		js_parser.go#L10877: 					if isCallTarget && hasValueForThisInCall(e.No) {