Searched refs:CFXJSE_ScopeUtil_IsolateHandleContext (Results 1 – 2 of 2) sorted by relevance
46 class CFXJSE_ScopeUtil_IsolateHandleContext { class48 explicit CFXJSE_ScopeUtil_IsolateHandleContext(CFXJSE_Context* pContext) in CFXJSE_ScopeUtil_IsolateHandleContext() function in CFXJSE_ScopeUtil_IsolateHandleContext60 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()
39 friend class CFXJSE_ScopeUtil_IsolateHandleContext; variable