| 3800 | bool Value::isString() const { return type() == stringValue; } |
| 3801 | |
| 3802 | bool Value::isArray() const { return type() == arrayValue; } |
| 3803 | |
| 3804 | bool Value::isObject() const { return type() == objectValue; } |
| 3805 |
no outgoing calls
no test coverage detected