| 1284 | bool Value::isString() const { return type_ == stringValue; } |
| 1285 | |
| 1286 | bool Value::isArray() const { return type_ == arrayValue; } |
| 1287 | |
| 1288 | bool Value::isObject() const { return type_ == objectValue; } |
| 1289 |
no outgoing calls
no test coverage detected