| 3897 | bool Value::isString() const { return type_ == stringValue; } |
| 3898 | |
| 3899 | bool Value::isArray() const { return type_ == arrayValue; } |
| 3900 | |
| 3901 | bool Value::isObject() const { return type_ == objectValue; } |
| 3902 |
no outgoing calls
no test coverage detected