[−][src]Function neon_runtime::nan::module::exec_kernel
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
)
Creates a new v8::HandleScope and calls callback provided with the argument signature
(kernel, exports, scope, vm).