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_result.h>
Public Member Functions | |
CJS_Result (const CJS_Result &) | |
~CJS_Result () | |
bool | HasError () const |
const WideString & | Error () const |
bool | HasReturn () const |
v8::Local< v8::Value > | Return () const |
Static Public Member Functions | |
static CJS_Result | Success () |
static CJS_Result | Success (v8::Local< v8::Value > value) |
static CJS_Result | Failure (const WideString &str) |
static CJS_Result | Failure (JSMessage id) |
Definition at line 14 of file cjs_result.h.
|
default |
|
default |
|
inline |
Definition at line 42 of file cjs_result.h.
Referenced by JSMethod(), JSPropGetter(), and JSPropSetter().
|
inlinestaticnodiscard |
Definition at line 31 of file cjs_result.h.
Referenced by CJS_PublicMethods::AFNumber_Keystroke(), and CFXJSE_Engine::NormalMethodCall().
|
inlinestaticnodiscard |
Definition at line 34 of file cjs_result.h.
Referenced by CJS_PublicMethods::AFDate_Format(), CJS_PublicMethods::AFDate_FormatEx(), CJS_PublicMethods::AFDate_Keystroke(), CJS_PublicMethods::AFDate_KeystrokeEx(), CJS_PublicMethods::AFExtractNums(), CJS_PublicMethods::AFMakeNumber(), CJS_PublicMethods::AFMergeChange(), CJS_PublicMethods::AFNumber_Keystroke(), CJS_PublicMethods::AFParseDateEx(), CJS_PublicMethods::AFRange_Validate(), CJS_PublicMethods::AFSimple(), CJS_PublicMethods::AFSimple_Calculate(), CJS_PublicMethods::AFSpecial_Format(), CJS_PublicMethods::AFSpecial_Keystroke(), CJS_PublicMethods::AFSpecial_KeystrokeEx(), CJS_PublicMethods::AFTime_Format(), CJS_PublicMethods::AFTime_Keystroke(), CJS_Field::get_text_color(), CJX_Object::RunMethod(), and CJS_Field::set_text_color().
|
inline |
Definition at line 41 of file cjs_result.h.
Referenced by JSMethod(), JSPropGetter(), JSPropSetter(), TEST_F(), and TEST_F().
|
inline |
Definition at line 44 of file cjs_result.h.
Referenced by JSMethod(), JSPropGetter(), TEST_F(), and TEST_F().
|
inline |
Definition at line 45 of file cjs_result.h.
|
inlinestaticnodiscard |
Definition at line 27 of file cjs_result.h.
Referenced by CJS_PublicMethods::AFDate_FormatEx(), CJS_PublicMethods::AFDate_KeystrokeEx(), CJS_PublicMethods::AFExtractNums(), CJS_PublicMethods::AFMakeNumber(), CJS_PublicMethods::AFMergeChange(), CJS_PublicMethods::AFNumber_Format(), CJS_PublicMethods::AFNumber_Keystroke(), CJS_PublicMethods::AFParseDateEx(), CJS_PublicMethods::AFPercent_Format(), CJS_PublicMethods::AFRange_Validate(), CJS_PublicMethods::AFSimple(), CJS_PublicMethods::AFSimple_Calculate(), CJS_PublicMethods::AFSpecial_Format(), CJS_PublicMethods::AFSpecial_KeystrokeEx(), CJS_Field::get_text_color(), and CJS_Field::set_text_color().
|
inlinestaticnodiscard |
Definition at line 28 of file cjs_result.h.