Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_runtime.cpp87 SetIsolate(pIsolate); in CJS_Runtime()
108 SetIsolate(nullptr); in ~CJS_Runtime()
Dcjs_v8.h79 void SetIsolate(v8::Isolate* pIsolate) { m_isolate = pIsolate; } in SetIsolate() function