| 30 | |
| 31 | inline bool asBool() { return _.get_bool_value(&_); } |
| 32 | inline int asInt() { return _.get_int_value(&_); } |
| 33 | inline uint32_t asUint() { return _.get_uint_value(&_); } |
| 34 | inline double asDouble() { return _.get_double_value(&_); } |
| 35 | inline cef_string_userfree_t asString() { return _.get_string_value(&_); } |
nothing calls this directly
no outgoing calls
no test coverage detected