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
js_define.cpp File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

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

Go to the source code of this file.

Functions

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)

Function Documentation

◆ ExpandKeywordParams()

v8::LocalVector< v8::Value > ExpandKeywordParams ( CJS_Runtime * pRuntime,
pdfium::span< v8::Local< v8::Value > > originals,
size_t nKeywords,
... )

Definition at line 62 of file js_define.cpp.

◆ IsExpandedParamKnown()

bool IsExpandedParamKnown ( v8::Local< v8::Value > value)

Definition at line 94 of file js_define.cpp.

◆ JS_DateParse()

double JS_DateParse ( v8::Isolate * pIsolate,
const WideString & str )

Definition at line 30 of file js_define.cpp.

References fxjs::FX_LocalTime().

Here is the call graph for this function:

◆ JSDestructor()

void JSDestructor ( v8::Local< v8::Object > obj)

Definition at line 26 of file js_define.cpp.