Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_context.cpp114 class CFXJSE_ScopeUtil_IsolateHandleContext { class
116 explicit CFXJSE_ScopeUtil_IsolateHandleContext(CFXJSE_Context* pContext) in CFXJSE_ScopeUtil_IsolateHandleContext() function in __anonff80a2f50111::CFXJSE_ScopeUtil_IsolateHandleContext
118 CFXJSE_ScopeUtil_IsolateHandleContext(
119 const CFXJSE_ScopeUtil_IsolateHandleContext&) = delete;
120 CFXJSE_ScopeUtil_IsolateHandleContext& operator=(
121 const CFXJSE_ScopeUtil_IsolateHandleContext&) = delete;
227 CFXJSE_ScopeUtil_IsolateHandleContext scope(this); in GetGlobalObject()
261 CFXJSE_ScopeUtil_IsolateHandleContext scope(this); in ExecuteScript()