Function neon_runtime::scope::nested [−][src]
pub unsafe extern "C" fn nested(
out: *mut c_void,
closure: *mut c_void,
callback: extern "C" fn(_: &mut c_void, _: *mut c_void, _: *mut c_void),
realm: *mut c_void
)
Creates a v8::HandleScope and calls the callback provided with the argument signature
(out, realm, closure).