Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfxjse_formcalc_context.cpp File Reference

(0ccf980226462398d5097987466bcffd8236e1e9)

#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"
Include dependency graph for cfxjse_formcalc_context.cpp:

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 []

Variable Documentation

◆ kClassTag [1/2]

const char pdfium::fxjse::kClassTag

Definition at line 18 of file fxjse.cpp.

◆ kClassTag [2/2]

const char pdfium::fxjse::kClassTag

Definition at line 18 of file fxjse.cpp.

◆ kFormCalcDescriptor

const FXJSE_CLASS_DESCRIPTOR kFormCalcDescriptor
Initial value:
= {
"XFA_FormCalcClass",
kFormCalcFunctions,
nullptr,
nullptr,
nullptr,
nullptr,
}
const char kClassTag[]
Definition fxjse.cpp:18

Definition at line 1358 of file cfxjse_formcalc_context.cpp.

◆ kFuncTag [1/2]

const char pdfium::fxjse::kFuncTag

Definition at line 17 of file fxjse.cpp.

◆ kFuncTag [2/2]

const char pdfium::fxjse::kFuncTag

Definition at line 17 of file fxjse.cpp.