Chromium Embedded Framework (CEF)
128.4.2+g5c235a2+chromium-128.0.6613.18
|
This is the complete list of members for CefV8Value, including all inherited members.
AddRef() const =0 | CefBaseRefCounted | pure virtual |
AdjustExternallyAllocatedMemory(int change_in_bytes)=0 | CefV8Value | pure virtual |
ClearException()=0 | CefV8Value | pure virtual |
CreateArray(int length) | CefV8Value | static |
CreateArrayBuffer(void *buffer, size_t length, CefRefPtr< CefV8ArrayBufferReleaseCallback > release_callback) | CefV8Value | static |
CreateArrayBufferWithCopy(void *buffer, size_t length) | CefV8Value | static |
CreateBool(bool value) | CefV8Value | static |
CreateDate(CefBaseTime date) | CefV8Value | static |
CreateDouble(double value) | CefV8Value | static |
CreateFunction(const CefString &name, CefRefPtr< CefV8Handler > handler) | CefV8Value | static |
CreateInt(int32_t value) | CefV8Value | static |
CreateNull() | CefV8Value | static |
CreateObject(CefRefPtr< CefV8Accessor > accessor, CefRefPtr< CefV8Interceptor > interceptor) | CefV8Value | static |
CreatePromise() | CefV8Value | static |
CreateString(const CefString &value) | CefV8Value | static |
CreateUInt(uint32_t value) | CefV8Value | static |
CreateUndefined() | CefV8Value | static |
DeleteValue(const CefString &key)=0 | CefV8Value | pure virtual |
DeleteValue(int index)=0 | CefV8Value | pure virtual |
ExecuteFunction(CefRefPtr< CefV8Value > object, const CefV8ValueList &arguments)=0 | CefV8Value | pure virtual |
ExecuteFunctionWithContext(CefRefPtr< CefV8Context > context, CefRefPtr< CefV8Value > object, const CefV8ValueList &arguments)=0 | CefV8Value | pure virtual |
GetArrayBufferByteLength()=0 | CefV8Value | pure virtual |
GetArrayBufferData()=0 | CefV8Value | pure virtual |
GetArrayBufferReleaseCallback()=0 | CefV8Value | pure virtual |
GetArrayLength()=0 | CefV8Value | pure virtual |
GetBoolValue()=0 | CefV8Value | pure virtual |
GetDateValue()=0 | CefV8Value | pure virtual |
GetDoubleValue()=0 | CefV8Value | pure virtual |
GetException()=0 | CefV8Value | pure virtual |
GetExternallyAllocatedMemory()=0 | CefV8Value | pure virtual |
GetFunctionHandler()=0 | CefV8Value | pure virtual |
GetFunctionName()=0 | CefV8Value | pure virtual |
GetIntValue()=0 | CefV8Value | pure virtual |
GetKeys(std::vector< CefString > &keys)=0 | CefV8Value | pure virtual |
GetStringValue()=0 | CefV8Value | pure virtual |
GetUIntValue()=0 | CefV8Value | pure virtual |
GetUserData()=0 | CefV8Value | pure virtual |
GetValue(const CefString &key)=0 | CefV8Value | pure virtual |
GetValue(int index)=0 | CefV8Value | pure virtual |
HasAtLeastOneRef() const =0 | CefBaseRefCounted | pure virtual |
HasException()=0 | CefV8Value | pure virtual |
HasOneRef() const =0 | CefBaseRefCounted | pure virtual |
HasValue(const CefString &key)=0 | CefV8Value | pure virtual |
HasValue(int index)=0 | CefV8Value | pure virtual |
IsArray()=0 | CefV8Value | pure virtual |
IsArrayBuffer()=0 | CefV8Value | pure virtual |
IsBool()=0 | CefV8Value | pure virtual |
IsDate()=0 | CefV8Value | pure virtual |
IsDouble()=0 | CefV8Value | pure virtual |
IsFunction()=0 | CefV8Value | pure virtual |
IsInt()=0 | CefV8Value | pure virtual |
IsNull()=0 | CefV8Value | pure virtual |
IsObject()=0 | CefV8Value | pure virtual |
IsPromise()=0 | CefV8Value | pure virtual |
IsSame(CefRefPtr< CefV8Value > that)=0 | CefV8Value | pure virtual |
IsString()=0 | CefV8Value | pure virtual |
IsUInt()=0 | CefV8Value | pure virtual |
IsUndefined()=0 | CefV8Value | pure virtual |
IsUserCreated()=0 | CefV8Value | pure virtual |
IsValid()=0 | CefV8Value | pure virtual |
NeuterArrayBuffer()=0 | CefV8Value | pure virtual |
PropertyAttribute typedef | CefV8Value | |
RejectPromise(const CefString &errorMsg)=0 | CefV8Value | pure virtual |
Release() const =0 | CefBaseRefCounted | pure virtual |
ResolvePromise(CefRefPtr< CefV8Value > arg)=0 | CefV8Value | pure virtual |
SetRethrowExceptions(bool rethrow)=0 | CefV8Value | pure virtual |
SetUserData(CefRefPtr< CefBaseRefCounted > user_data)=0 | CefV8Value | pure virtual |
SetValue(const CefString &key, CefRefPtr< CefV8Value > value, PropertyAttribute attribute)=0 | CefV8Value | pure virtual |
SetValue(int index, CefRefPtr< CefV8Value > value)=0 | CefV8Value | pure virtual |
SetValue(const CefString &key, PropertyAttribute attribute)=0 | CefV8Value | pure virtual |
WillRethrowExceptions()=0 | CefV8Value | pure virtual |
~CefBaseRefCounted() | CefBaseRefCounted | inlineprotectedvirtual |