Function neon_runtime::module::exec_kernel[][src]

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).