cef_v8context_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
enter
int function(cef_v8context_t*) enter;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
eval
int function(cef_v8context_t*, const(cef_string_t)*, const(cef_string_t)*, int, cef_v8value_t**, cef_v8exception_t**) eval;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
exit
int function(cef_v8context_t*) exit;
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_browser
cef_browser_t* function(cef_v8context_t*) get_browser;
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_frame
cef_frame_t* function(cef_v8context_t*) get_frame;
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_global
cef_v8value_t* function(cef_v8context_t*) get_global;
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_task_runner
cef_task_runner_t* function(cef_v8context_t* slf) get_task_runner;
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_v8context_t*, cef_v8context_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_valid
int function(cef_v8context_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.

Meta