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