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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "fxjs/js_define.h"
#include <math.h>
#include <stdarg.h>
#include <algorithm>
#include <limits>
#include <vector>
#include "core/fxcrt/fx_extension.h"
#include "fxjs/cjs_document.h"
#include "fxjs/cjs_object.h"
#include "fxjs/fx_date_helpers.h"
#include "fxjs/fxv8.h"
#include "third_party/base/check.h"
#include "third_party/base/containers/span.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 63 of file js_define.cpp.

◆ IsExpandedParamKnown()

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

Definition at line 95 of file js_define.cpp.

◆ JS_DateParse()

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

Definition at line 31 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 27 of file js_define.cpp.