| 2710 | bool Value::isString() const { return type_ == stringValue; } |
| 2711 | |
| 2712 | bool Value::isArray() const { return type_ == arrayValue; } |
| 2713 | |
| 2714 | bool Value::isObject() const { return type_ == objectValue; } |
| 2715 |
no outgoing calls
no test coverage detected