| 17 | struct V8Value : V8ValueBase |
| 18 | { |
| 19 | inline bool isUndefined() { return _.is_undefined(&_); } |
| 20 | inline bool isNull() { return _.is_null(&_); } |
| 21 | |
| 22 | inline bool isBool() { return _.is_bool(&_); } |
nothing calls this directly
no outgoing calls
no test coverage detected