// Copyright 2016 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FXJS_XFA_CFXJSE_ISOLATETRACKER_H_ #define FXJS_XFA_CFXJSE_ISOLATETRACKER_H_ #include "core/fxcrt/fx_memory.h" #include "v8/include/v8-context.h" #include "v8/include/v8-isolate.h" class CFXJSE_Context; class CFXJSE_ScopeUtil_IsolateHandle { … }; class CFXJSE_ScopeUtil_Context { … }; class CFXJSE_ScopeUtil_IsolateHandleContext { … }; class CFXJSE_ScopeUtil_RootContext { … }; class CFXJSE_ScopeUtil_IsolateHandleRootContext { … }; #endif // FXJS_XFA_CFXJSE_ISOLATETRACKER_H_