| 68 | } |
| 69 | |
| 70 | static inline V8Value *function(const cef_string_t *name, cef_v8handler_t *handler) |
| 71 | { |
| 72 | return (V8Value *)cef_v8value_create_function(name, handler); |
| 73 | } |
| 74 | }; |
| 75 | |
| 76 | struct V8Array : V8ValueBase |
nothing calls this directly
no outgoing calls
no test coverage detected