| 35 | inline cef_string_userfree_t asString() { return _.get_string_value(&_); } |
| 36 | |
| 37 | inline struct V8Array *asArray() { return reinterpret_cast<struct V8Array *>(&_); } |
| 38 | inline struct V8Object *asObject() { return reinterpret_cast<struct V8Object *>(&_); } |
| 39 | |
| 40 | static inline V8Value *undefined() |
nothing calls this directly
no outgoing calls
no test coverage detected