github.com/evanw/esbuild/internal/js_parser.tempRef.value (field)

4 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L369: 	value *js_ast.Expr
		js_parser.go#L6487: 				value: &js_ast.Expr{Loc: *opts.fnBodyLoc, Data: &js_ast.EThis{}},
		js_parser.go#L6496: 				value: &js_ast.Expr{Loc: *opts.fnBodyLoc, Data: &js_ast.EIdentifier{Ref: *p.fnOnlyDataVisit.argumentsRef}},
		js_parser.go#L6506: 			decls = append(decls, js_ast.Decl{Binding: js_ast.Binding{Data: &js_ast.BIdentifier{Ref: temp.ref}}, Value: temp.value})