| 2740 | bool Value::isString() const { return type_ == stringValue; } |
| 2741 | |
| 2742 | bool Value::isArray() const { return type_ == arrayValue; } |
| 2743 | |
| 2744 | bool Value::isObject() const { return type_ == objectValue; } |
| 2745 |
no outgoing calls
no test coverage detected