// Copyright 2014 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_VALUE_H_ #define FXJS_XFA_CFXJSE_VALUE_H_ #include <stdint.h> #include <memory> #include <vector> #include "core/fxcrt/check.h" #include "core/fxcrt/fx_string.h" #include "core/fxcrt/unowned_ptr.h" #include "v8/include/v8-forward.h" #include "v8/include/v8-persistent-handle.h" class CFXJSE_Class; class CFXJSE_HostObject; class CFXJSE_Value { … }; #endif // FXJS_XFA_CFXJSE_VALUE_H_