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