| 82 | std::unordered_map<std::string, V8FunctionHandler> map_; |
| 83 | |
| 84 | NativeV8Handler() : CefRefCount(this) |
| 85 | { |
| 86 | cef_bind_method(NativeV8Handler, execute); |
| 87 | } |
| 88 | |
| 89 | private: |
| 90 | int CALLBACK _execute( |
nothing calls this directly
no outgoing calls
no test coverage detected