| 2695 | {} |
| 2696 | |
| 2697 | Value::CommentInfo::~CommentInfo() { |
| 2698 | if (comment_) |
| 2699 | releaseStringValue(comment_, 0u); |
| 2700 | } |
| 2701 | |
| 2702 | void Value::CommentInfo::setComment(const char* text, size_t len) { |
| 2703 | if (comment_) { |
nothing calls this directly
no test coverage detected