If the same item is accessed consequently with the same qualifier in variable declarations and/or assignments (e.g., var x = obj.x; y = obj.y; z = obj.z),
that variables and/or assignments can be converted to a destructuring declaration or assignment.