Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Dscope_inline.h50 class CFXJSE_ScopeUtil_IsolateHandleContext {
56 explicit CFXJSE_ScopeUtil_IsolateHandleContext(CFXJSE_Context* pContext) in CFXJSE_ScopeUtil_IsolateHandleContext() function
68 CFXJSE_ScopeUtil_IsolateHandleContext(
69 const CFXJSE_ScopeUtil_IsolateHandleContext&);
70 void operator=(const CFXJSE_ScopeUtil_IsolateHandleContext&);
Dcontext.h36 friend class CFXJSE_ScopeUtil_IsolateHandleContext; variable
Dcontext.cpp185 CFXJSE_ScopeUtil_IsolateHandleContext scope(this); in GetGlobalObject()
194 CFXJSE_ScopeUtil_IsolateHandleContext scope(this); in ExecuteScript()
Dclass.cpp30 CFXJSE_ScopeUtil_IsolateHandleContext scope(lpContext); in FXJSE_DefineFunctions()