pub unsafe extern "C" fn set(
    out: &mut bool,
    object: Local,
    key: Local,
    val: Local
) -> bool
Expand description

Sets the key value of a v8::Object at the key provided. Also mutates the out argument provided to refer to a v8::Local boolean value, true if the set was successful.