Lines Matching refs:comment_
2582 Value::CommentInfo::CommentInfo() : comment_(0) {}
2585 if (comment_)
2586 releaseStringValue(comment_);
2590 if (comment_) {
2591 releaseStringValue(comment_);
2592 comment_ = 0;
2599 comment_ = duplicateStringValue(text, len);
2816 if (otherComment.comment_)
2818 otherComment.comment_, strlen(otherComment.comment_));
3707 return comments_ != 0 && comments_[placement].comment_ != 0;
3712 return comments_[placement].comment_;