pub unsafe extern "C" fn escape(
    isolate: *mut Isolate__,
    out: &mut Local,
    scope: *mut EscapableHandleScope,
    value: Local
)
Expand description

Mutates the out argument provided to refer to the newly escaped v8::Local value.