pub fn parse_object_destructuring_pattern( tokens: &mut Vec<TokenData>, ) -> Result<Vec<ObjectDestructuringElement>, JSError>