![]() |
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/cjs_publicmethods.h"#include <math.h>#include <algorithm>#include <array>#include <iomanip>#include <iterator>#include <limits>#include <optional>#include <sstream>#include <string>#include <utility>#include <vector>#include "build/build_config.h"#include "core/fpdfapi/parser/cpdf_stream.h"#include "core/fpdfdoc/cpdf_formcontrol.h"#include "core/fpdfdoc/cpdf_interactiveform.h"#include "core/fxcrt/check.h"#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/fx_extension.h"#include "core/fxcrt/fx_string_wrappers.h"#include "core/fxcrt/numerics/safe_conversions.h"#include "core/fxcrt/span.h"#include "core/fxge/cfx_color.h"#include "fpdfsdk/cpdfsdk_formfillenvironment.h"#include "fpdfsdk/cpdfsdk_interactiveform.h"#include "fxjs/cjs_color.h"#include "fxjs/cjs_event_context.h"#include "fxjs/cjs_field.h"#include "fxjs/cjs_object.h"#include "fxjs/cjs_runtime.h"#include "fxjs/cjs_util.h"#include "fxjs/fx_date_helpers.h"#include "fxjs/js_define.h"#include "fxjs/js_resources.h"#include "v8/include/v8-container.h"Go to the source code of this file.
Macros | |
| #define | JS_STATIC_GLOBAL_FUN(fun_name) |
| #define JS_STATIC_GLOBAL_FUN | ( | fun_name | ) |
Definition at line 232 of file cjs_publicmethods.cpp.