cef_v8context_t.enter

Enter this context. A context must be explicitly entered before creating a V8 Object, Array, Function or Date asynchronously. exit() must be called the same number of times as enter() before releasing this context. V8 objects belong to the context in which they are created. Returns true (1) if the scope was entered successfully.

struct cef_v8context_t
extern (System)
int function(cef_v8context_t* self) nothrow enter;

Meta