Home
last modified time | relevance | path

Searched defs:V8IsolateDeleter (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/testing/
Dfxv8_unittest.h21 struct V8IsolateDeleter { struct
/external/pdfium/samples/
Dpdfium_test.cc255 struct V8IsolateDeleter { struct
256 inline void operator()(v8::Isolate* ptr) { ptr->Dispose(); } in operator ()()