| 3787 | bool Value::isString() const { return type_ == stringValue; } |
| 3788 | |
| 3789 | bool Value::isArray() const { return type_ == arrayValue; } |
| 3790 | |
| 3791 | bool Value::isObject() const { return type_ == objectValue; } |
| 3792 |
no outgoing calls
no test coverage detected