#include "fxjs/js_define.h"
#include <math.h>
#include <stdarg.h>
#include <algorithm>
#include <limits>
#include "core/fxcrt/check.h"
#include "core/fxcrt/fx_extension.h"
#include "core/fxcrt/span.h"
#include "fxjs/cjs_document.h"
#include "fxjs/cjs_object.h"
#include "fxjs/fx_date_helpers.h"
#include "fxjs/fxv8.h"
#include "v8/include/v8-context.h"
#include "v8/include/v8-function.h"
#include "v8/include/v8-isolate.h"
void JSDestructor(v8::Local<v8::Object> obj) { … }
double JS_DateParse(v8::Isolate* pIsolate, const WideString& str) { … }
v8::LocalVector<v8::Value> ExpandKeywordParams(
CJS_Runtime* pRuntime,
pdfium::span<v8::Local<v8::Value>> originals,
size_t nKeywords,
...) { … }
bool IsExpandedParamKnown(v8::Local<v8::Value> value) { … }