![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for CFXJSE_Value, including all inherited members.
| CFXJSE_Value() | CFXJSE_Value | |
| CFXJSE_Value(v8::Isolate *pIsolate, v8::Local< v8::Value > value) | CFXJSE_Value | |
| DeleteObjectProperty(v8::Isolate *pIsolate, ByteStringView szPropName) | CFXJSE_Value | |
| DirectGetValue() const | CFXJSE_Value | inline |
| ForceSetValue(v8::Isolate *pIsolate, v8::Local< v8::Value > hValue) | CFXJSE_Value | inline |
| GetObjectProperty(v8::Isolate *pIsolate, ByteStringView szPropName, CFXJSE_Value *pPropValue) | CFXJSE_Value | |
| GetObjectPropertyByIdx(v8::Isolate *pIsolate, uint32_t uPropIdx, CFXJSE_Value *pPropValue) | CFXJSE_Value | |
| GetValue(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| IsArray(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| IsBoolean(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| IsEmpty() const | CFXJSE_Value | |
| IsFunction(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| IsInteger(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| IsNull(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| IsNumber(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| IsObject(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| IsString(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| IsUndefined(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| NewBoundFunction(v8::Isolate *pIsolate, v8::Local< v8::Function > hOldFunction, v8::Local< v8::Object > lpNewThis) | CFXJSE_Value | static |
| SetArray(v8::Isolate *pIsolate, const std::vector< std::unique_ptr< CFXJSE_Value > > &values) | CFXJSE_Value | |
| SetBoolean(v8::Isolate *pIsolate, bool bBoolean) | CFXJSE_Value | |
| SetDouble(v8::Isolate *pIsolate, double dDouble) | CFXJSE_Value | |
| SetFloat(v8::Isolate *pIsolate, float fFloat) | CFXJSE_Value | |
| SetHostObject(v8::Isolate *pIsolate, CFXJSE_HostObject *pObject, CFXJSE_Class *pClass) | CFXJSE_Value | |
| SetInteger(v8::Isolate *pIsolate, int32_t nInteger) | CFXJSE_Value | |
| SetNull(v8::Isolate *pIsolate) | CFXJSE_Value | |
| SetObjectOwnProperty(v8::Isolate *pIsolate, ByteStringView szPropName, CFXJSE_Value *pPropValue) | CFXJSE_Value | |
| SetObjectProperty(v8::Isolate *pIsolate, ByteStringView szPropName, CFXJSE_Value *pPropValue) | CFXJSE_Value | |
| SetString(v8::Isolate *pIsolate, ByteStringView szString) | CFXJSE_Value | |
| SetUndefined(v8::Isolate *pIsolate) | CFXJSE_Value | |
| ToBoolean(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| ToDouble(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| ToFloat(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| ToHostObject(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| ToInteger(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| ToString(v8::Isolate *pIsolate) const | CFXJSE_Value | |
| ToWideString(v8::Isolate *pIsolate) const | CFXJSE_Value | inline |
| ~CFXJSE_Value() | CFXJSE_Value |