Home
last modified time | relevance | path

Searched refs:CefV8Handle (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/libcef/renderer/
Dv8_impl.h130 class CefV8Handle : public CefV8HandleBase {
135 CefV8Handle(v8::Isolate* isolate, in CefV8Handle() function
140 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>;