| 226 | {} |
| 227 | |
| 228 | Value::CommentInfo::~CommentInfo() { |
| 229 | if (comment_) |
| 230 | releaseStringValue(comment_, 0u); |
| 231 | } |
| 232 | |
| 233 | void Value::CommentInfo::setComment(const char* text, size_t len) { |
| 234 | if (comment_) { |
nothing calls this directly
no test coverage detected