Searched refs:CefV8Handle (Results 1 – 1 of 1) sorted by relevance
130 class CefV8Handle : public CefV8HandleBase {135 CefV8Handle(v8::Isolate* isolate, in CefV8Handle() function140 CefV8Handle(const CefV8Handle&) = delete;141 CefV8Handle& operator=(const CefV8Handle&) = delete;151 ~CefV8Handle() override { handle_.Reset(); } in ~CefV8Handle()159 class CefV8Handle<v8::Value> {};188 using Handle = CefV8Handle<v8::Context>;