[][src]Function neon_runtime::nan::object::set_index

pub unsafe extern "C" fn set_index(
    out: &mut bool,
    object: Local,
    index: u32,
    val: Local
) -> bool

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