- base
cef_base_t base;
Undocumented in source.
- get_byindex
int function(cef_v8interceptor_t*, int, cef_v8value_t*, cef_v8value_t**, cef_string_t*) get_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_byname
int function(cef_v8interceptor_t*, const(cef_string_t)*, cef_v8value_t*, cef_v8value_t**, cef_string_t*) get_byname;
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_byindex
int function(cef_v8interceptor_t*, int, cef_v8value_t*, cef_v8value_t*, cef_string_t*) set_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_byname
int function(cef_v8interceptor_t*, const(cef_string_t)*, cef_v8value_t*, cef_v8value_t*, cef_string_t*) set_byname;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.