| 104 | } |
| 105 | |
| 106 | inline V8Value *get(const cef_string_t *key) |
| 107 | { |
| 108 | return (V8Value *)_.get_value_bykey(&_, key); |
| 109 | } |
| 110 | |
| 111 | inline void set(const cef_string_t *key, V8ValueBase *value, cef_v8_propertyattribute_t attr) |
| 112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected