Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_context.cpp46 class CFXJSE_ScopeUtil_IsolateHandleContext { class
48 explicit CFXJSE_ScopeUtil_IsolateHandleContext(CFXJSE_Context* pContext) in CFXJSE_ScopeUtil_IsolateHandleContext() function in CFXJSE_ScopeUtil_IsolateHandleContext
60 CFXJSE_ScopeUtil_IsolateHandleContext(
61 const CFXJSE_ScopeUtil_IsolateHandleContext&) = delete;
62 void operator=(const CFXJSE_ScopeUtil_IsolateHandleContext&) = delete;
192 CFXJSE_ScopeUtil_IsolateHandleContext scope(this); in GetGlobalObject()
208 CFXJSE_ScopeUtil_IsolateHandleContext scope(this); in ExecuteScript()
Dcfxjse_context.h39 friend class CFXJSE_ScopeUtil_IsolateHandleContext; variable