![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cjs_util.h>
Public Types | |
| enum class | DataType { kInvalid = -1 , kInt = 0 , kDouble = 1 , kString = 2 } |
Public Member Functions | |
| CJS_Util (v8::Local< v8::Object > pObject, CJS_Runtime *pRuntime) | |
| ~CJS_Util () override | |
| Public Member Functions inherited from CJS_Object | |
| CJS_Object (v8::Local< v8::Object > pObject, CJS_Runtime *pRuntime) | |
| ~CJS_Object () override | |
| v8::Local< v8::Object > | ToV8Object () |
| CJS_Runtime * | GetRuntime () const |
| Public Member Functions inherited from CFXJS_PerObjectData::Binding | |
| virtual | ~Binding ()=default |
Static Public Member Functions | |
| static uint32_t | GetObjDefnID () |
| static void | DefineJSObjects (CFXJS_Engine *pEngine) |
| static DataType | ParseDataType (WideString *sFormat) |
| static WideString | StringPrintx (const WideString &cFormat, const WideString &cSource) |
| Static Public Member Functions inherited from CJS_Object | |
| static void | DefineConsts (CFXJS_Engine *pEngine, uint32_t nObjDefnID, pdfium::span< const JSConstSpec > consts) |
| static void | DefineProps (CFXJS_Engine *pEngine, uint32_t nObjDefnID, pdfium::span< const JSPropertySpec > consts) |
| static void | DefineMethods (CFXJS_Engine *pEngine, uint32_t nObjDefnID, pdfium::span< const JSMethodSpec > consts) |
Definition at line 16 of file cjs_util.h.
|
strong |
| Enumerator | |
|---|---|
| kInvalid | |
| kInt | |
| kDouble | |
| kString | |
Definition at line 18 of file cjs_util.h.
| CJS_Util::CJS_Util | ( | v8::Local< v8::Object > | pObject, |
| CJS_Runtime * | pRuntime ) |
Definition at line 97 of file cjs_util.cpp.
|
overridedefault |
|
static |
Definition at line 91 of file cjs_util.cpp.
References FXJSOBJTYPE_STATIC.
|
static |
Definition at line 86 of file cjs_util.cpp.
|
static |
Definition at line 404 of file cjs_util.cpp.
References FXSYS_IsDecimalDigit(), kDouble, kInt, kInvalid, and kString.
Referenced by TEST().
|
static |
Definition at line 284 of file cjs_util.cpp.
Referenced by CJS_PublicMethods::AFSpecial_Format().