| 63 | } |
| 64 | |
| 65 | static inline V8Value *string(const cef_string_t *value) |
| 66 | { |
| 67 | return (V8Value *)cef_v8value_create_string(value); |
| 68 | } |
| 69 | |
| 70 | static inline V8Value *function(const cef_string_t *name, cef_v8handler_t *handler) |
| 71 | { |
no outgoing calls
no test coverage detected