mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- Add CefValue for wrapping various value types in a single object (issue #1607).
- Add IsSame() and IsEqual() methods for comparing CefValue* types. - Improve CefValue* documentation.
This commit is contained in:
@ -177,9 +177,9 @@ typedef struct _cef_v8handler_t {
|
||||
|
||||
///
|
||||
// Structure that should be implemented to handle V8 accessor calls. Accessor
|
||||
// identifiers are registered by calling cef_v8value_t::set_value_byaccessor().
|
||||
// The functions of this structure will be called on the thread associated with
|
||||
// the V8 accessor.
|
||||
// identifiers are registered by calling cef_v8value_t::set_value(). The
|
||||
// functions of this structure will be called on the thread associated with the
|
||||
// V8 accessor.
|
||||
///
|
||||
typedef struct _cef_v8accessor_t {
|
||||
///
|
||||
|
Reference in New Issue
Block a user