cef_v8value_create_array

Create a new cef_v8value_t object of type array with the specified |length|. If |length| is negative the returned array will have length 0. This function should only be called from within the scope of a cef_render_process_handler_t, cef_v8handler_t or cef_v8accessor_t callback, or in combination with calling enter() and exit() on a stored cef_v8context_t reference.

version(cef && embedded_cef_bindings)
extern (C)
cef_v8value_create_array
(
int length
)

Meta