![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fxjs/xfa/cfxjse_engine.h"#include <utility>#include "core/fxcrt/autorestorer.h"#include "core/fxcrt/containers/contains.h"#include "core/fxcrt/fx_extension.h"#include "core/fxcrt/stl_util.h"#include "core/fxcrt/widetext_buffer.h"#include "fxjs/cjs_runtime.h"#include "fxjs/fxv8.h"#include "fxjs/xfa/cfxjse_class.h"#include "fxjs/xfa/cfxjse_context.h"#include "fxjs/xfa/cfxjse_formcalc_context.h"#include "fxjs/xfa/cfxjse_isolatetracker.h"#include "fxjs/xfa/cfxjse_nodehelper.h"#include "fxjs/xfa/cfxjse_resolveprocessor.h"#include "fxjs/xfa/cfxjse_value.h"#include "fxjs/xfa/cjx_object.h"#include "v8/include/v8-function-callback.h"#include "v8/include/v8-function.h"#include "v8/include/v8-local-handle.h"#include "v8/include/v8-object.h"#include "xfa/fxfa/cxfa_eventparam.h"#include "xfa/fxfa/cxfa_ffdoc.h"#include "xfa/fxfa/cxfa_ffnotify.h"#include "xfa/fxfa/parser/cxfa_document.h"#include "xfa/fxfa/parser/cxfa_localemgr.h"#include "xfa/fxfa/parser/cxfa_node.h"#include "xfa/fxfa/parser/cxfa_object.h"#include "xfa/fxfa/parser/cxfa_thisproxy.h"#include "xfa/fxfa/parser/cxfa_variables.h"#include "xfa/fxfa/parser/xfa_basic_data.h"#include "xfa/fxfa/parser/xfa_utils.h"Go to the source code of this file.
Variables | |
| const FXJSE_CLASS_DESCRIPTOR | kGlobalClassDescriptor |
| const FXJSE_CLASS_DESCRIPTOR | kNormalClassDescriptor |
| const FXJSE_CLASS_DESCRIPTOR | kVariablesClassDescriptor |
| const char | kClassTag [] |
| const char | kClassTag [] |
| const FXJSE_CLASS_DESCRIPTOR kGlobalClassDescriptor |
Definition at line 44 of file cfxjse_engine.cpp.
| const FXJSE_CLASS_DESCRIPTOR kNormalClassDescriptor |
Definition at line 54 of file cfxjse_engine.cpp.
| const FXJSE_CLASS_DESCRIPTOR kVariablesClassDescriptor |
Definition at line 64 of file cfxjse_engine.cpp.