| 3906 | bool Value::isString() const { return type_ == stringValue; } |
| 3907 | |
| 3908 | bool Value::isArray() const { return type_ == arrayValue; } |
| 3909 | |
| 3910 | bool Value::isObject() const { return type_ == objectValue; } |
| 3911 |
no outgoing calls
no test coverage detected