cef_frame_t.get_v8context

Get the V8 context associated with the frame. This function can only be called from the render process.

struct cef_frame_t
extern (System)
cef_v8context_t* function(cef_frame_t* self) nothrow get_v8context;

Meta