- adjust_externally_allocated_memory
int function(cef_v8value_t*, int) adjust_externally_allocated_memory;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- base
cef_base_t base;
Undocumented in source.
- clear_exception
int function(cef_v8value_t*) clear_exception;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- delete_value_byindex
int function(cef_v8value_t*, int) delete_value_byindex;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- delete_value_bykey
int function(cef_v8value_t*, const(cef_string_t)*) delete_value_bykey;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- execute_function
cef_v8value_t* function(cef_v8value_t*, cef_v8value_t*, size_t, const(cef_v8value_t*)) execute_function;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- execute_function_with_context
cef_v8value_t* function(cef_v8value_t*, cef_v8context_t*, cef_v8value_t*, size_t, const(cef_v8value_t*)) execute_function_with_context;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_array_buffer_release_callback
cef_v8array_buffer_release_callback_t* function(cef_v8value_t*) get_array_buffer_release_callback;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_array_length
int function(cef_v8value_t*) get_array_length;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_bool_value
int function(cef_v8value_t*) get_bool_value;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_date_value
cef_time_t function(cef_v8value_t*) get_date_value;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_double_value
double function(cef_v8value_t*) get_double_value;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_exception
cef_v8exception_t* function(cef_v8value_t*) get_exception;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_externally_allocated_memory
int function(cef_v8value_t*) get_externally_allocated_memory;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_function_handler
cef_v8handler_t* function(cef_v8value_t*) get_function_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_function_name
cef_string_userfree_t function(cef_v8value_t*) get_function_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_int_value
int32 function(cef_v8value_t*) get_int_value;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_keys
int function(cef_v8value_t*, cef_string_list_t) get_keys;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_string_value
cef_string_userfree_t function(cef_v8value_t*) get_string_value;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_uint_value
uint32 function(cef_v8value_t*) get_uint_value;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_user_data
cef_base_t* function(cef_v8value_t*) get_user_data;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_value_byindex
cef_v8value_t* function(cef_v8value_t*, int) get_value_byindex;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_value_bykey
cef_v8value_t* function(cef_v8value_t*, const(cef_string_t)*) get_value_bykey;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_exception
int function(cef_v8value_t*) has_exception;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_value_byindex
int function(cef_v8value_t*, int) has_value_byindex;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_value_bykey
int function(cef_v8value_t*, const(cef_string_t)*) has_value_bykey;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_array
int function(cef_v8value_t*) is_array;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_array_buffer
int function(cef_v8value_t*) is_array_buffer;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_bool
int function(cef_v8value_t*) is_bool;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_date
int function(cef_v8value_t*) is_date;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_double
int function(cef_v8value_t*) is_double;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_function
int function(cef_v8value_t*) is_function;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_int
int function(cef_v8value_t*) is_int;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_null
int function(cef_v8value_t*) is_null;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_object
int function(cef_v8value_t*) is_object;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_same
int function(cef_v8value_t*, cef_v8value_t*) is_same;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_string
int function(cef_v8value_t*) is_string;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_uint
int function(cef_v8value_t*) is_uint;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_undefined
int function(cef_v8value_t*) is_undefined;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_user_created
int function(cef_v8value_t*) is_user_created;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_valid
int function(cef_v8value_t*) is_valid;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- neuter_array_buffer
int function(cef_v8value_t*) neuter_array_buffer;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_rethrow_exceptions
int function(cef_v8value_t*, int) set_rethrow_exceptions;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_user_data
int function(cef_v8value_t*, cef_base_t*) set_user_data;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_value_byaccessor
int function(cef_v8value_t*, const(cef_string_t)*, cef_v8_accesscontrol_t, cef_v8_propertyattribute_t) set_value_byaccessor;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_value_byindex
int function(cef_v8value_t*, int, cef_v8value_t*) set_value_byindex;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_value_bykey
int function(cef_v8value_t*, const(cef_string_t)*, cef_v8value_t*, cef_v8_propertyattribute_t) set_value_bykey;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- will_rethrow_exceptions
int function(cef_v8value_t*) will_rethrow_exceptions;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.