| 3821 | bool Value::isString() const { return type_ == stringValue; } |
| 3822 | |
| 3823 | bool Value::isArray() const { return type_ == arrayValue; } |
| 3824 | |
| 3825 | bool Value::isObject() const { return type_ == objectValue; } |
| 3826 |
no outgoing calls
no test coverage detected