| 114 | } |
| 115 | |
| 116 | static inline V8Object *create() |
| 117 | { |
| 118 | return (V8Object *)cef_v8value_create_object(nullptr, nullptr); |
| 119 | } |
| 120 | }; |
| 121 | |
| 122 | typedef V8Value *(*V8FunctionHandler)(V8Value *const argv[], int argc); |
nothing calls this directly
no outgoing calls
no test coverage detected