| 109 | } |
| 110 | |
| 111 | inline void set(const cef_string_t *key, V8ValueBase *value, cef_v8_propertyattribute_t attr) |
| 112 | { |
| 113 | _.set_value_bykey(&_, key, (cef_v8value_t *)value, attr); |
| 114 | } |
| 115 | |
| 116 | static inline V8Object *create() |
| 117 | { |
nothing calls this directly
no outgoing calls
no test coverage detected