// 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_CJS_RUNTIME_H_ #define FXJS_CJS_RUNTIME_H_ #include <memory> #include <set> #include <utility> #include <vector> #include "core/fxcrt/cfx_timer.h" #include "core/fxcrt/observed_ptr.h" #include "fxjs/cfxjs_engine.h" #include "fxjs/cjs_event_context.h" #include "fxjs/ijs_runtime.h" class CPDFSDK_FormFillEnvironment; class CJS_Runtime final : public IJS_Runtime, public CFXJS_Engine, public Observable { … }; #endif // FXJS_CJS_RUNTIME_H_