pub unsafe extern "C" fn get(
    isolate: *mut Isolate__,
    info: *const c_void,
    i: i32,
    out: &mut Local
)
Expand description

Mutates the out argument provided to refer to the v8::Local handle value of the ith argument passed to the function.