| 3910 | bool Value::isArray() const { return type_ == arrayValue; } |
| 3911 | |
| 3912 | bool Value::isObject() const { return type_ == objectValue; } |
| 3913 | |
| 3914 | void Value::setComment(const char* comment, |
| 3915 | size_t len, |
no outgoing calls
no test coverage detected