pub unsafe extern "C" fn exec_kernel(
    kernel: *mut c_void,
    callback: extern "C" fn(*mut c_void, *mut c_void, *mut c_void, *mut c_void),
    exports: Local,
    scope: *mut c_void,
    vm: *mut c_void
)
Expand description

Creates a new v8::HandleScope and calls callback provided with the argument signature (kernel, exports, scope, vm).