pub unsafe extern "C" fn boolean(
    out: &mut Local,
    isolate: *mut Isolate__,
    b: bool
)
Expand description

Mutates the out argument provided to refer to the v8::Boolean object.