| 38 | inline struct V8Object *asObject() { return reinterpret_cast<struct V8Object *>(&_); } |
| 39 | |
| 40 | static inline V8Value *undefined() |
| 41 | { |
| 42 | return (V8Value *)cef_v8value_create_undefined(); |
| 43 | } |
| 44 | |
| 45 | static inline V8Value *null() |
| 46 | { |
nothing calls this directly
no outgoing calls
no test coverage detected