![]() |
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_formcalc_context.h"#include <ctype.h>#include <math.h>#include <stdint.h>#include <stdlib.h>#include <algorithm>#include <array>#include <limits>#include <memory>#include <optional>#include <utility>#include <vector>#include "core/fxcrt/cfx_datetime.h"#include "core/fxcrt/check_op.h"#include "core/fxcrt/code_point_view.h"#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/containers/contains.h"#include "core/fxcrt/data_vector.h"#include "core/fxcrt/fx_extension.h"#include "core/fxcrt/fx_random.h"#include "core/fxcrt/fx_safe_types.h"#include "core/fxcrt/numerics/safe_conversions.h"#include "core/fxcrt/span_util.h"#include "core/fxcrt/widetext_buffer.h"#include "fxjs/fxv8.h"#include "fxjs/xfa/cfxjse_class.h"#include "fxjs/xfa/cfxjse_context.h"#include "fxjs/xfa/cfxjse_engine.h"#include "fxjs/xfa/cfxjse_value.h"#include "fxjs/xfa/cjx_object.h"#include "v8/include/v8-container.h"#include "v8/include/v8-function-callback.h"#include "v8/include/v8-local-handle.h"#include "v8/include/v8-object.h"#include "v8/include/v8-primitive.h"#include "xfa/fgas/crt/cfgas_decimal.h"#include "xfa/fxfa/cxfa_ffnotify.h"#include "xfa/fxfa/formcalc/cxfa_fmparser.h"#include "xfa/fxfa/formcalc/cxfa_fmtojavascriptdepth.h"#include "xfa/fxfa/parser/cxfa_document.h"#include "xfa/fxfa/parser/cxfa_localevalue.h"#include "xfa/fxfa/parser/cxfa_node.h"#include "xfa/fxfa/parser/cxfa_thisproxy.h"#include "xfa/fxfa/parser/cxfa_timezoneprovider.h"#include "xfa/fxfa/parser/gced_locale_iface.h"#include "xfa/fxfa/parser/xfa_utils.h"Go to the source code of this file.
Variables | |
| const FXJSE_CLASS_DESCRIPTOR | kFormCalcDescriptor |
| const char | kClassTag [] |
| const char | kFuncTag [] |
| const char | kClassTag [] |
| const char | kFuncTag [] |
| const FXJSE_CLASS_DESCRIPTOR kFormCalcDescriptor |
Definition at line 1358 of file cfxjse_formcalc_context.cpp.